as not all sources include adm.h for the necessary structures.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6926
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Oct 5 10:35:35 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * cpw.c: Declare std_ks_tuple as extern.
+ * kdb5_edit.h: Remove std_ks_tuple declaration as not all sources
+ include adm.h for structures
+
Tue Oct 3 23:10:57 1995 Theodore Y. Ts'o <tytso@dcl>
* cpw.c (enter_rnd_key, enter_pwd_key):
extern char *Err_no_database;
extern char *current_dbname;
+extern krb5_key_salt_tuple *std_ks_tuple;
+extern int std_ks_tuple_count;
+
/*
* I can't figure out any way for this not to be global, given how ss
* works.
krb5_kvno mkvno;
};
-extern krb5_key_salt_tuple *std_ks_tuple;
-extern int std_ks_tuple_count;
-
void add_key
PROTOTYPE((char const *, char const *,
krb5_const_principal, const krb5_keyblock *,