summaryrefslogtreecommitdiff
path: root/mail/re-alpine/patches/patch-pith_smkeys.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/re-alpine/patches/patch-pith_smkeys.c')
-rw-r--r--mail/re-alpine/patches/patch-pith_smkeys.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/re-alpine/patches/patch-pith_smkeys.c b/mail/re-alpine/patches/patch-pith_smkeys.c
deleted file mode 100644
index 69798c656f6..00000000000
--- a/mail/re-alpine/patches/patch-pith_smkeys.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-pith_smkeys.c,v 1.1 2012/04/18 20:50:21 wiz Exp $
-
---- pith/smkeys.c.orig 2012-02-14 13:27:14.000000000 +0000
-+++ pith/smkeys.c
-@@ -277,7 +277,7 @@ char *
- get_x509_subject_email(X509 *x)
- {
- char *result = NULL;
--#if OPENSSL_VERSION_NUMBER >= 0x1000000f /* OpenSSL 1.0.0 */
-+#if OPENSSL_VERSION_NUMBER >= 0x10000000L /* OpenSSL 1.0.0 */
- STACK_OF(OPENSSL_STRING) *emails;
- #else /* OpenSSL 0.x and 1.0.0-dev/beta */
- STACK *emails;