[exim-cvs] TLS: build dependency for LibreSSL

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] TLS: build dependency for LibreSSL
Gitweb: https://git.exim.org/exim.git/commitdiff/48505c2b8095289f1226fe9a9fc63d4bcb387c87
Commit:     48505c2b8095289f1226fe9a9fc63d4bcb387c87
Parent:     6c706bde19a29c2f660b464185e75321528b7e3d
Author:     Renaud Allard <renaud@???>
AuthorDate: Tue Sep 14 10:47:52 2021 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Sep 14 10:48:39 2021 +0100


    TLS: build dependency for LibreSSL
---
 src/src/tls-openssl.c | 4 ++++
 1 file changed, 4 insertions(+)


diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c
index 298d8d4..bc454c8 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)