summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/krb5.hin
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-01-16 23:29:46 +0000
committerKen Raeburn <raeburn@mit.edu>2007-01-16 23:29:46 +0000
commitbb842c28f499eabca7a7539a06c5e5599c60e793 (patch)
tree7db0c5c85894fc426619923016023bf7355072d6 /src/include/krb5/krb5.hin
parent7e0c27f227983df21297953d756746eeaab3204e (diff)
downloadkrb5-bb842c28f499eabca7a7539a06c5e5599c60e793.tar.gz
krb5-bb842c28f499eabca7a7539a06c5e5599c60e793.tar.xz
krb5-bb842c28f499eabca7a7539a06c5e5599c60e793.zip
Fix typo in checked-in version
ticket: 5349 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19063 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/krb5.hin')
-rw-r--r--src/include/krb5/krb5.hin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index d6f186c1be..2150d684cd 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