TLS: build dependency for LibreSSL
authorRenaud Allard <renaud@allard.it>
Tue, 14 Sep 2021 09:47:52 +0000 (10:47 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 14 Sep 2021 09:48:39 +0000 (10:48 +0100)
src/src/tls-openssl.c

index 298d8d4e176d9984ecd1822ed9aa43ec2add1867..bc454c8a136d3e71a5b4d9e0ac1a83944b2e7ab3 100644 (file)
@@ -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)