aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-02-08 10:25:03 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-02-08 10:25:03 +0000
commit2bf3b343e0d48f364c08372be258b04d745589e0 (patch)
treeb67b37fad1b08baa3850ff19fdb03e2d07eaf211
parentb503ca5a2b74ae32b4eb510b4b98398f6909cb29 (diff)
downloadaports-2bf3b343e0d48f364c08372be258b04d745589e0.tar.bz2
aports-2bf3b343e0d48f364c08372be258b04d745589e0.tar.xz
main/dovecot: remove uneeded libressl patch
-rw-r--r--main/dovecot/libressl.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/dovecot/libressl.patch b/main/dovecot/libressl.patch
deleted file mode 100644
index 02cd08c87b..0000000000
--- a/main/dovecot/libressl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/lib-ssl-iostream/dovecot-openssl-common.c
-+++ b/src/lib-ssl-iostream/dovecot-openssl-common.c
-@@ -101,7 +101,7 @@
- ERR_remove_thread_state(NULL);
- #endif
- ERR_free_strings();
--#if OPENSSL_VERSION_NUMBER >= 0x10100000L
-+#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
- OPENSSL_cleanup();
- #endif
- return FALSE;