summaryrefslogtreecommitdiff
path: root/package/heimdal/patches/patch-kdc_config_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-04-29 17:59:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-04-29 17:59:12 +0200
commit5782397d77cd243c1174c98051158febe3a21641 (patch)
tree861884ab0072eb6a65f800dc552b69022219dc9a /package/heimdal/patches/patch-kdc_config_c
parentaa2345af436cfb40dff27df88cbd4a5fb79d477a (diff)
update to latest upstream
Diffstat (limited to 'package/heimdal/patches/patch-kdc_config_c')
-rw-r--r--package/heimdal/patches/patch-kdc_config_c18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/heimdal/patches/patch-kdc_config_c b/package/heimdal/patches/patch-kdc_config_c
deleted file mode 100644
index 104086102..000000000
--- a/package/heimdal/patches/patch-kdc_config_c
+++ /dev/null
@@ -1,18 +0,0 @@
---- heimdal-1.4.orig/kdc/config.c 2010-09-13 09:23:34.000000000 +0200
-+++ heimdal-1.4/kdc/config.c 2011-01-12 13:55:17.454913780 +0100
-@@ -347,6 +347,7 @@ configure(krb5_context context, int argc
-
- #endif
-
-+#ifdef PKINIT
- if (config->enable_pkinit) {
- if (config->pkinit_kdc_identity == NULL)
- krb5_errx(context, 1, "pkinit enabled but no identity");
-@@ -361,6 +362,7 @@ configure(krb5_context context, int argc
- config->pkinit_kdc_revoke);
-
- }
-+#endif
-
- return config;
- }