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:
4e3a01c
)
OpenSSL: unbreak build with older library version
author
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 18 Aug 2022 20:20:15 +0000
(21:20 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 18 Aug 2022 20:20:15 +0000
(21:20 +0100)
Broken-by: 4e3a01c260
src/src/tls-openssl.c
patch
|
blob
|
history
diff --git
a/src/src/tls-openssl.c
b/src/src/tls-openssl.c
index 22750d273fbde01d4c4e0b9a2c2c6b0816dfcb74..c46bc75a571f7efab9d2b125f4b0b3725c88eb3e 100644
(file)
--- a/
src/src/tls-openssl.c
+++ b/
src/src/tls-openssl.c
@@
-3191,7
+3191,7
@@
uschar c, * s;
size_t len;
#ifdef EXIM_HAVE_EXPORT_CHNL_BNGNG
-if (SSL_version(ssl) >
= TLS1_3
_VERSION)
+if (SSL_version(ssl) >
TLS1_2
_VERSION)
{
/* It's not documented by OpenSSL how big the output buffer must be.
The OpenSSL testcases use 80 bytes but don't say why. The GnuTLS impl only