add krb425_servkey
authorJohn Kohl <jtkohl@mit.edu>
Wed, 27 Feb 1991 11:58:49 +0000 (11:58 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 27 Feb 1991 11:58:49 +0000 (11:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1800 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb425/425data.c
src/lib/krb425/krb425.h

index 4a66965c4253a5ad061a2ee7a891dfc183f0ba41..70bdf7b6d307ef615088d872e294561edc3e9de5 100644 (file)
@@ -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 *
index 0b5d6f9b9ca7a6fc0235798c4836f62b076fdea9..b5f3a0dec0d856b6b73f1a8b75f6c3b91619a73c 100644 (file)
@@ -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();