aports/main/dovecot/libressl.patch
Valery Kartel 2155e77ec8 main/dovecot: upgrade to 2.2.27
--
add config for sieve-extdata-plugin
some fixes in APKBUILD
2016-12-07 08:39:24 +00:00

12 lines
355 B
Diff

--- 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;