aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyli <cyli@twistedmatrix.com>2013-11-11 14:26:16 -0800
committercyli <cyli@twistedmatrix.com>2013-11-11 14:26:16 -0800
commita9c9092a50e0c862207865dc9915c3ecccb852e2 (patch)
tree54e42e9f135798fae953d63c3294d52fce15bfff
parent8fa88eb72e67b15b6d6b7de3c4bc5c5bb7a2fbfa (diff)
downloadcryptography-a9c9092a50e0c862207865dc9915c3ecccb852e2.tar.gz
cryptography-a9c9092a50e0c862207865dc9915c3ecccb852e2.tar.bz2
cryptography-a9c9092a50e0c862207865dc9915c3ecccb852e2.zip
Remove the two declarations that are not in 0.9.8
-rw-r--r--cryptography/hazmat/bindings/openssl/ssl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cryptography/hazmat/bindings/openssl/ssl.py b/cryptography/hazmat/bindings/openssl/ssl.py
index 0f8a7a91..f95a8342 100644
--- a/cryptography/hazmat/bindings/openssl/ssl.py
+++ b/cryptography/hazmat/bindings/openssl/ssl.py
@@ -54,7 +54,6 @@ static const int SSL_OP_PKCS1_CHECK_1;
static const int SSL_OP_PKCS1_CHECK_2;
static const int SSL_OP_NETSCAPE_CA_DN_BUG;
static const int SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG;
-static const int SSL_OP_NO_COMPRESSION;
static const int SSL_OP_NO_QUERY_MTU;
static const int SSL_OP_COOKIE_EXCHANGE;
static const int SSL_OP_NO_TICKET;
@@ -91,7 +90,6 @@ static const int SSL_CB_CONNECT_LOOP;
static const int SSL_CB_CONNECT_EXIT;
static const int SSL_CB_HANDSHAKE_START;
static const int SSL_CB_HANDSHAKE_DONE;
-static const int SSL_MODE_RELEASE_BUFFERS;
static const int SSL_MODE_ENABLE_PARTIAL_WRITE;
static const int SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER;
static const int SSL_MODE_AUTO_RETRY;