From 92ebcc09c381dde31ff953b9b332a42da5ec314f Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 19 Jan 1997 05:21:31 +0000 Subject: [PATCH] (krb5_free_keyblock): Fix prototype. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1174 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index d0e442a27..bb8944e6d 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -272,7 +272,8 @@ krb5_auth_con_getkey(krb5_context context, krb5_keyblock **keyblock); void -krb5_free_keyblock(krb5_keyblock *keyblock); +krb5_free_keyblock(krb5_context context, + krb5_keyblock *keyblock); krb5_error_code krb5_auth_setcksumtype(krb5_context context,