mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-30 13:51:31 +01:00
12 lines
355 B
Diff
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;
|