git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2738aa
)
LibreSSL: fix build for 3.5.0+ Bug 3074
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Thu, 29 Feb 2024 19:01:49 +0000
(19:01 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 29 Feb 2024 19:01:49 +0000
(19:01 +0000)
src/src/tls-openssl.c
patch
|
blob
|
history
diff --git
a/src/src/tls-openssl.c
b/src/src/tls-openssl.c
index 237303ba93e5b294de77be63181cfcdf5d8f770c..e6a1c6fa4383868e9a85c4a249d2d1ae26c4eb62 100644
(file)
--- 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