From: Ken Raeburn Date: Tue, 16 Jan 2007 23:29:46 +0000 (+0000) Subject: Fix typo in checked-in version X-Git-Tag: krb5-1.7-alpha1~1359 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb842c28f499eabca7a7539a06c5e5599c60e793;p=krb5.git Fix typo in checked-in version ticket: 5349 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19063 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index d6f186c1b..2150d684c 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -1473,7 +1473,7 @@ krb5_error_code krb5_get_cred_from_kdc_renew krb5_error_code KRB5_CALLCONV krb5_server_decrypt_ticket_keyblock (krb5_context context, - const krb5_keyblock key, + const krb5_keyblock *key, krb5_ticket *ticket); #endif