summaryrefslogtreecommitdiff
path: root/security/kth-krb4/patches/patch-lib_krb_krb_check_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/kth-krb4/patches/patch-lib_krb_krb_check_auth.c')
-rw-r--r--security/kth-krb4/patches/patch-lib_krb_krb_check_auth.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/security/kth-krb4/patches/patch-lib_krb_krb_check_auth.c b/security/kth-krb4/patches/patch-lib_krb_krb_check_auth.c
deleted file mode 100644
index 6de326a7729..00000000000
--- a/security/kth-krb4/patches/patch-lib_krb_krb_check_auth.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-lib_krb_krb_check_auth.c,v 1.1 2011/11/28 19:33:13 marino Exp $
-
---- lib/krb/krb_check_auth.c.orig 1999-12-02 16:58:42.000000000 +0000
-+++ lib/krb/krb_check_auth.c
-@@ -50,7 +50,11 @@ krb_check_auth(KTEXT packet,
- u_int32_t checksum,
- MSG_DAT *msg_data,
- des_cblock *session,
-+#if defined(__DragonFly__) || defined (__FreeBSD__)
-+ des_key_schedule schedule,
-+#else
- struct des_ks_struct *schedule,
-+#endif
- struct sockaddr_in *laddr,
- struct sockaddr_in *faddr)
- {