From f5bec95f2bd8e46892414917cc18f756115eb380 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 1 Sep 1993 20:20:14 +0000 Subject: 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 --- src/include/krb5/func-proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include') 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 ** )); -- cgit