projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf036e5
)
add krb5_db_setup_mkey_name
author
John Kohl
<jtkohl@mit.edu>
Tue, 24 Apr 1990 16:04:49 +0000
(16:04 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Tue, 24 Apr 1990 16:04:49 +0000
(16:04 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@568
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/kdb.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/kdb.h
b/src/include/krb5/kdb.h
index 1c11c44032fe32ebd00c922064fe672c89494770..65e86b6ebf41c73e75930b67197560b22380d315 100644
(file)
--- a/
src/include/krb5/kdb.h
+++ b/
src/include/krb5/kdb.h
@@
-89,6
+89,8
@@
krb5_error_code krb5_kdb_encrypt_key
PROTOTYPE((krb5_encrypt_block *, krb5_keyblock *, krb5_keyblock *));
krb5_error_code krb5_kdb_decrypt_key
PROTOTYPE((krb5_encrypt_block *, krb5_keyblock *, krb5_keyblock *));
+krb5_error_code krb5_db_setup_mkey_name
+ PROTOTYPE((const char *, const char *, krb5_principal *));
/* XXX these belong in some config file */
#define KRB5_KDB_MAX_LIFE (60*60*24) /* one day */