]> git.ipfire.org Git - thirdparty/openssl.git/commit
Restore SSL_OP_MSIE_SSLV2_RSA_PADDING
authorDr. Stephen Henson <steve@openssl.org>
Sat, 4 Jan 2014 13:50:52 +0000 (13:50 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 4 Jan 2014 14:01:25 +0000 (14:01 +0000)
commit0da40f0ffc9804f620e86c27eccbf19ac4047cf8
tree6bfcdf091988e349b1648b2cef1590777b2347b1
parent7f722c95f8745757ea811af5de1d34a71036ef0f
Restore SSL_OP_MSIE_SSLV2_RSA_PADDING

The flag SSL_OP_MSIE_SSLV2_RSA_PADDING hasn't done anything since OpenSSL
0.9.7h but deleting it will break source compatibility with any software
that references it. Restore it but #define to zero.
(cherry picked from commit b17d6b8d1d49fa4732deff17cfd1833616af0d9c)
ssl/ssl.h