summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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();