aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-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;