projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e752846
)
add fullname return arg to setup_mkey
author
John Kohl
<jtkohl@mit.edu>
Fri, 27 Apr 1990 10:02:47 +0000
(10:02 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 27 Apr 1990 10:02:47 +0000
(10:02 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@604
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 65e86b6ebf41c73e75930b67197560b22380d315..96579550a588504ba6e8a79be929f8b0814249e3 100644
(file)
--- a/
src/include/krb5/kdb.h
+++ b/
src/include/krb5/kdb.h
@@
-90,7
+90,7
@@
krb5_error_code krb5_kdb_encrypt_key
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 *));
+ PROTOTYPE((const char *, const char *,
char **,
krb5_principal *));
/* XXX these belong in some config file */
#define KRB5_KDB_MAX_LIFE (60*60*24) /* one day */