summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-28 17:20:29 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-28 17:20:29 +0000
commitfb96bde9f4426d7474d0ff968f1b31a3d4ce3631 (patch)
tree79681757608c1a58b91d38c944258dcc4649982a /src/include
parent4e131afe14771712f0a33eab48b7ab14d29a143e (diff)
downloadkrb5-fb96bde9f4426d7474d0ff968f1b31a3d4ce3631.tar.gz
krb5-fb96bde9f4426d7474d0ff968f1b31a3d4ce3631.tar.xz
krb5-fb96bde9f4426d7474d0ff968f1b31a3d4ce3631.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h2
1 files changed, 1 insertions, 1 deletions
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 *,