summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-27 11:58:49 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-27 11:58:49 +0000
commitd3e017d18e880d692492ca176ad96ed1d5dacd99 (patch)
treecdabe9839a673df6487044ea724f386aae6a3271 /src
parentfc95cdda6fd9c3dbdb10e122b497d72a56648f9a (diff)
add krb425_servkey
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1800 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb425/425data.c5
-rw-r--r--src/lib/krb425/krb425.h4
2 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/krb425/425data.c b/src/lib/krb425/425data.c
index 4a66965c4..70bdf7b6d 100644
--- a/src/lib/krb425/425data.c
+++ b/src/lib/krb425/425data.c
@@ -2,7 +2,8 @@
* $Source$
* $Author$
*
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
@@ -15,12 +16,12 @@ static char rcsid_425data_c[] =
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include "krb425.h"
char *_krb425_local_realm = 0;
krb5_ccache _krb425_ccache = 0;
int _krb425_error_init = 0;
+krb5_keyblock _krb425_servkey;
#ifdef EBUG
char *
diff --git a/src/lib/krb425/krb425.h b/src/lib/krb425/krb425.h
index 0b5d6f9b9..b5f3a0dec 100644
--- a/src/lib/krb425/krb425.h
+++ b/src/lib/krb425/krb425.h
@@ -3,7 +3,8 @@
* $Author$
* $Id$
*
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
@@ -49,6 +50,7 @@
extern char *_krb425_local_realm;
extern krb5_ccache _krb425_ccache;
extern int _krb425_error_init;
+extern krb5_keyblock _krb425_servkey;
extern int krb425error();