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>
Sun, 16 Feb 2014 11:43:46 +0000 (11:43 +0000)
commit3c6c139a07353b9fc4b27feb33a089cca346ce75
tree886549b6cf5e55d7b6b8200d1d89ec3283f96eb7
parentf3a39032601fab2c704f03338e378592d3b4e262
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