summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2011-05-19 14:14:54 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2011-05-19 14:14:54 +0000
commit60fbd61b58c360679ad43aaf0bf9f7261319d168 (patch)
treefa2987ccb78f714d8b924f40b894bc7905c39745 /src/lib
parent39ee8e129b61ca8dd22282c60cf8b128677b978a (diff)
downloadkrb5-60fbd61b58c360679ad43aaf0bf9f7261319d168.tar.gz
krb5-60fbd61b58c360679ad43aaf0bf9f7261319d168.tar.xz
krb5-60fbd61b58c360679ad43aaf0bf9f7261319d168.zip
Updated documentation for krb5_c_ and sensauth API.
Also, removed the second declaration of krb5_c_string_to_key_with_params() from string_to_key.c git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24935 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/krb/string_to_key.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/crypto/krb/string_to_key.c b/src/lib/crypto/krb/string_to_key.c
index 7a7a04f61..cd46d454a 100644
--- a/src/lib/crypto/krb/string_to_key.c
+++ b/src/lib/crypto/krb/string_to_key.c
@@ -28,15 +28,6 @@
#include "crypto_int.h"
krb5_error_code KRB5_CALLCONV
-krb5_c_string_to_key_with_params(krb5_context context,
- krb5_enctype enctype,
- const krb5_data *string,
- const krb5_data *salt,
- const krb5_data *params,
- krb5_keyblock *key);
-
-
-krb5_error_code KRB5_CALLCONV
krb5_c_string_to_key(krb5_context context, krb5_enctype enctype,
const krb5_data *string, const krb5_data *salt,
krb5_keyblock *key)