aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-25 16:37:34 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-25 16:37:34 -0800
commitb645521e84026633f666aa107816ac2fc5e05cc6 (patch)
tree3e1647f5234f425ee70b26627b31703e6ba4de06
parent3d82d9c0fd8f0568dfa6731cbd0c5992e3f72b9a (diff)
parent5f61765a723b162c7067ef72df7ab9ee88a6fd0f (diff)
downloadcryptography-b645521e84026633f666aa107816ac2fc5e05cc6.tar.gz
cryptography-b645521e84026633f666aa107816ac2fc5e05cc6.tar.bz2
cryptography-b645521e84026633f666aa107816ac2fc5e05cc6.zip
Merge pull request #351 from reaperhulk/remove-old-constant
remove SSL_OP_MSIE_SSLV2_RSA_PADDING
-rw-r--r--cryptography/hazmat/backends/openssl/ssl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cryptography/hazmat/backends/openssl/ssl.py b/cryptography/hazmat/backends/openssl/ssl.py
index 2777ad4a..f99c2636 100644
--- a/cryptography/hazmat/backends/openssl/ssl.py
+++ b/cryptography/hazmat/backends/openssl/ssl.py
@@ -54,7 +54,6 @@ static const int SSL_OP_NETSCAPE_CHALLENGE_BUG;
static const int SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG;
static const int SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG;
static const int SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER;
-static const int SSL_OP_MSIE_SSLV2_RSA_PADDING;
static const int SSL_OP_SSLEAY_080_CLIENT_DH_BUG;
static const int SSL_OP_TLS_D5_BUG;
static const int SSL_OP_TLS_BLOCK_PADDING_BUG;