[exim-cvs] LibreSSL: fix build for 3.5.0+ Bug 3074

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] LibreSSL: fix build for 3.5.0+ Bug 3074
Gitweb: https://git.exim.org/exim.git/commitdiff/443245384239776d29f5386050f56247c7404c1e
Commit:     443245384239776d29f5386050f56247c7404c1e
Parent:     f2738aab2d72569b6d47b788099f6ebab701b2b2
Author:     Fabrice Fontaine <fontaine.fabrice@???>
AuthorDate: Thu Feb 29 19:01:49 2024 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Feb 29 19:01:49 2024 +0000


    LibreSSL: fix build for 3.5.0+    Bug 3074
---
 src/src/tls-openssl.c | 3 +++
 1 file changed, 3 insertions(+)


diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c
index 237303ba9..e6a1c6fa4 100644
--- a/src/src/tls-openssl.c
+++ b/src/src/tls-openssl.c
@@ -97,6 +97,9 @@ change this guard and punt the issue for a while longer. */
#if LIBRESSL_VERSION_NUMBER >= 0x3040000fL
# define EXIM_HAVE_OPENSSL_CIPHER_GET_ID
#endif
+#if LIBRESSL_VERSION_NUMBER >= 0x3050000fL
+# define EXIM_HAVE_OPENSSL_OCSP_RESP_GET0_CERTS
+#endif

#if !defined(LIBRESSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER >= 0x030000000L)
# define EXIM_HAVE_EXPORT_CHNL_BNGNG

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/