diff options
Diffstat (limited to 'security/krb4/files/patch-lib::krb::krb_check_auth.c')
-rw-r--r-- | security/krb4/files/patch-lib::krb::krb_check_auth.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/krb4/files/patch-lib::krb::krb_check_auth.c b/security/krb4/files/patch-lib::krb::krb_check_auth.c new file mode 100644 index 000000000000..507d082b0f8b --- /dev/null +++ b/security/krb4/files/patch-lib::krb::krb_check_auth.c @@ -0,0 +1,19 @@ +*** lib/krb/krb_check_auth.c.orig Thu Dec 2 10:58:42 1999 +--- lib/krb/krb_check_auth.c Thu Feb 27 15:14:20 2003 +*************** +*** 50,56 **** + u_int32_t checksum, + MSG_DAT *msg_data, + des_cblock *session, +! struct des_ks_struct *schedule, + struct sockaddr_in *laddr, + struct sockaddr_in *faddr) + { +--- 50,56 ---- + u_int32_t checksum, + MSG_DAT *msg_data, + des_cblock *session, +! des_key_schedule schedule, + struct sockaddr_in *laddr, + struct sockaddr_in *faddr) + { |