summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-09-01 20:20:14 +0000
committerTheodore Tso <tytso@mit.edu>1993-09-01 20:20:14 +0000
commitf5bec95f2bd8e46892414917cc18f756115eb380 (patch)
treeda1aaf0ff32eb737d4a231b9dddbb3dcf100981d /src/include
parente953536adb3b4c88b98fa84123542fea65916470 (diff)
downloadkrb5-f5bec95f2bd8e46892414917cc18f756115eb380.tar.gz
krb5-f5bec95f2bd8e46892414917cc18f756115eb380.tar.xz
krb5-f5bec95f2bd8e46892414917cc18f756115eb380.zip
Changed krb5_generate_authenticator to accept a princiapl instead of
a credentials structure for the second argument. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2641 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h
index a1f3bc211..4322854bf 100644
--- a/src/include/krb5/func-proto.h
+++ b/src/include/krb5/func-proto.h
@@ -443,8 +443,7 @@ krb5_error_code krb5_recvauth PROTOTYPE((krb5_pointer,
krb5_error_code
-krb5_generate_authenticator PROTOTYPE(( krb5_authenticator *,
- const krb5_creds *,
+krb5_generate_authenticator PROTOTYPE(( krb5_authenticator *, krb5_principal,
const krb5_checksum *, krb5_keyblock *,
krb5_int32, krb5_authdata ** ));