summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-02 15:41:43 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-02 15:41:43 +0000
commit03ae2bde49e6863894635e6ad032ae45f0456079 (patch)
tree3caeb2bc17f1bac0182c7d2a61290132bf038d99 /src/include
parent299122dd6b42bebe5c39ed54ee1d242f59cf4d74 (diff)
downloadkrb5-03ae2bde49e6863894635e6ad032ae45f0456079.tar.gz
krb5-03ae2bde49e6863894635e6ad032ae45f0456079.tar.xz
krb5-03ae2bde49e6863894635e6ad032ae45f0456079.zip
add extra arg to fetch_mkey to indicate how many times to read the password
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@668 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/kdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/kdb.h b/src/include/krb5/kdb.h
index 1a03213ee0..17066c7f00 100644
--- a/src/include/krb5/kdb.h
+++ b/src/include/krb5/kdb.h
@@ -85,7 +85,7 @@ krb5_error_code krb5_db_verify_master_key
PROTOTYPE((krb5_principal, krb5_keyblock *, krb5_encrypt_block *));
krb5_error_code krb5_db_fetch_mkey
PROTOTYPE((krb5_principal, krb5_encrypt_block *, krb5_boolean,
- krb5_keyblock * ));
+ krb5_boolean, krb5_keyblock * ));
krb5_error_code krb5_db_store_mkey PROTOTYPE((char *,
krb5_principal,
krb5_keyblock *));