]> git.pld-linux.org Git - packages/exim.git/blame - ssl.patch
Just drop 1.0.1a hacks which we don't have.
[packages/exim.git] / ssl.patch
CommitLineData
7998c38d
AM
1--- exim-4.95/src/tls-openssl.c~ 2021-10-06 06:17:24.439990018 +0000
2+++ exim-4.95/src/tls-openssl.c 2021-10-06 06:27:39.949989669 +0000
3@@ -232,12 +232,7 @@
fa4f0828
AM
4 { US"no_tlsv1", SSL_OP_NO_TLSv1 },
5 #endif
6 #ifdef SSL_OP_NO_TLSv1_1
7998c38d
AM
7-# if (OPENSSL_VERSION_NUMBER < 0x30000000fL) && (SSL_OP_NO_TLSv1_1 == 0x00000400L)
8- /* Error in chosen value in 1.0.1a; see first item in CHANGES for 1.0.1b */
9-# warning OpenSSL 1.0.1a uses a bad value for SSL_OP_NO_TLSv1_1, ignoring
10-# else
11 { US"no_tlsv1_1", SSL_OP_NO_TLSv1_1 },
12-# endif
13 #endif
14 #ifdef SSL_OP_NO_TLSv1_2
15 { US"no_tlsv1_2", SSL_OP_NO_TLSv1_2 },
This page took 0.059104 seconds and 4 git commands to generate.