aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyli <cyli@twistedmatrix.com>2013-12-22 17:15:05 -0800
committercyli <cyli@twistedmatrix.com>2013-12-22 17:15:05 -0800
commitf8540eb4b2366a64711d058896a8be91e2410fd4 (patch)
tree7b1a44253cbf475bbb9229c9b5719cc3f2b9e357
parent6fd76ba7a5f7810757f4c2c5f0b07cf947dd2315 (diff)
downloadcryptography-f8540eb4b2366a64711d058896a8be91e2410fd4.tar.gz
cryptography-f8540eb4b2366a64711d058896a8be91e2410fd4.tar.bz2
cryptography-f8540eb4b2366a64711d058896a8be91e2410fd4.zip
Remove SSL_CTX_clear_options, since it doesn't seem to be in openssl 0.9.8
-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 e478f65e..4fc20ebc 100644
--- a/cryptography/hazmat/backends/openssl/ssl.py
+++ b/cryptography/hazmat/backends/openssl/ssl.py
@@ -198,7 +198,6 @@ int SSL_want_write(const SSL *);
int SSL_total_renegotiations(const SSL *);
long SSL_CTX_set_options(SSL_CTX *, long);
-long SSL_CTX_clear_options(SSL_CTX *, long);
long SSL_CTX_get_options(SSL_CTX *);
long SSL_CTX_set_mode(SSL_CTX *, long);
long SSL_CTX_get_mode(SSL_CTX *);