summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenaud Allard <renaud@allard.it>2021-09-14 10:47:52 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-09-14 10:48:39 +0100
commit48505c2b8095289f1226fe9a9fc63d4bcb387c87 (patch)
tree4e5c67d184d69a86f25fa2dd32bc95ecc62804f8
parent6c706bde19a29c2f660b464185e75321528b7e3d (diff)
downloadexim4-48505c2b8095289f1226fe9a9fc63d4bcb387c87.tar.gz
TLS: build dependency for LibreSSL
-rw-r--r--src/src/tls-openssl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c
index 298d8d4e1..bc454c8a1 100644
--- a/src/src/tls-openssl.c
+++ b/src/src/tls-openssl.c
@@ -90,6 +90,10 @@ change this guard and punt the issue for a while longer. */
# endif
#endif
+#if LIBRESSL_VERSION_NUMBER >= 0x3040000fL
+# define EXIM_HAVE_OPENSSL_CIPHER_GET_ID
+#endif
+
#if !defined(LIBRESSL_VERSION_NUMBER) \
|| LIBRESSL_VERSION_NUMBER >= 0x20010000L
# if !defined(OPENSSL_NO_ECDH)