From ff677563516189b883e44bf207d877b18f42458e Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 8 Aug 1997 06:44:05 +0000 Subject: [PATCH] changed extract_ticket prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2807 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_locl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 9c514879d..1fdf84ebb 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -193,6 +193,7 @@ extract_ticket(krb5_context context, krb5_keyblock *key, krb5_const_pointer keyseed, krb5_addresses *addr, + unsigned nonce, krb5_decrypt_proc decrypt_proc, krb5_const_pointer decryptarg);