From: John Kohl Date: Thu, 28 Feb 1991 17:20:29 +0000 (+0000) Subject: mk_req_extended now takes a krb5_keyblock ** so it can generate the key X-Git-Tag: krb5-1.0-alpha4~153 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb96bde9f4426d7474d0ff968f1b31a3d4ce3631;p=krb5.git mk_req_extended now takes a krb5_keyblock ** so it can generate the key git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1819 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index 66f53b6e5..6a5804c1c 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -53,7 +53,7 @@ krb5_error_code krb5_mk_req_extended const krb5_ticket_times *, const krb5_flags, krb5_int32, - krb5_keyblock *, + krb5_keyblock **, krb5_ccache, krb5_creds *, krb5_authenticator *,