Browse Source

krb5: remove some obsolete patches

Signed-off-by: W. Michael Petullo <mike@flyn.org>
lilik-openwrt-22.03
W. Michael Petullo 11 years ago
committed by Steven Barth
parent
commit
a7bb98aab9
3 changed files with 0 additions and 12 deletions
  1. +0
    -12
      net/krb5/patches/001-fix-build-warning.patch
  2. +0
    -0
      net/krb5/patches/001-krb5kdc-dir-to-etc.patch
  3. +0
    -0
      net/krb5/patches/002-MITKRB5-SA-2011-002.patch

+ 0
- 12
net/krb5/patches/001-fix-build-warning.patch View File

@ -1,12 +0,0 @@
diff -ur krb5-1.11-vanilla/src/lib/krb5/krb/preauth2.c krb5-1.11/src/lib/krb5/krb/preauth2.c
--- krb5-1.11-vanilla/src/lib/krb5/krb/preauth2.c 2012-12-18 03:47:05.000000000 +0100
+++ krb5-1.11/src/lib/krb5/krb/preauth2.c 2013-02-18 03:53:20.580840173 +0100
@@ -956,7 +956,7 @@
size_t i, h;
int out_pa_list_size = 0;
krb5_pa_data **out_pa_list = NULL;
- krb5_error_code ret, module_ret;
+ krb5_error_code ret, module_ret = 0;
krb5_responder_fn responder = opte->opt_private->responder;
static const int paorder[] = { PA_INFO, PA_REAL };

+ 0
- 0
net/krb5/patches/001-krb5kdc-dir-to-etc.patch View File


+ 0
- 0
net/krb5/patches/002-MITKRB5-SA-2011-002.patch View File


Loading…
Cancel
Save