aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-16/files/patch-lib::krb5::krb::rd_rep.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/krb5-16/files/patch-lib::krb5::krb::rd_rep.c')
-rw-r--r--security/krb5-16/files/patch-lib::krb5::krb::rd_rep.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/krb5-16/files/patch-lib::krb5::krb::rd_rep.c b/security/krb5-16/files/patch-lib::krb5::krb::rd_rep.c
deleted file mode 100644
index 0772c869f063..000000000000
--- a/security/krb5-16/files/patch-lib::krb5::krb::rd_rep.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/krb5/krb/rd_rep.c.orig Fri Jun 13 17:09:47 2003
-+++ lib/krb5/krb/rd_rep.c Wed Sep 1 11:46:52 2004
-@@ -71,6 +71,8 @@
-
- /* now decode the decrypted stuff */
- retval = decode_krb5_ap_rep_enc_part(&scratch, repl);
-+ if (retval)
-+ goto clean_scratch;
-
- /* Check reply fields */
- if (((*repl)->ctime != auth_context->authentp->ctime) ||