aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorkjav <sam.rr.lee@gmail.com>2015-08-28 16:54:22 +0100
committerkjav <sam.rr.lee@gmail.com>2015-08-28 16:54:22 +0100
commit729abcf1d552fd215aad864152d227d11580e0c7 (patch)
treec8b02e799283c3db0af9b8557e4cc8a77ac16e6f /src
parentc6a73cb16f00889b53d368359059141d75a26be0 (diff)
downloadcryptography-729abcf1d552fd215aad864152d227d11580e0c7.tar.gz
cryptography-729abcf1d552fd215aad864152d227d11580e0c7.tar.bz2
cryptography-729abcf1d552fd215aad864152d227d11580e0c7.zip
Removed SSL_renegotiate_abbreviated binding
As this is not supported in OpenSSL < 1.01
Diffstat (limited to 'src')
-rw-r--r--src/_cffi_src/openssl/ssl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/_cffi_src/openssl/ssl.py b/src/_cffi_src/openssl/ssl.py
index a5423552..ccabb872 100644
--- a/src/_cffi_src/openssl/ssl.py
+++ b/src/_cffi_src/openssl/ssl.py
@@ -206,7 +206,6 @@ int SSL_get_error(const SSL *, int);
int SSL_do_handshake(SSL *);
int SSL_shutdown(SSL *);
int SSL_renegotiate(SSL *);
-int SSL_renegotiate_abbreviated(SSL *);
int SSL_renegotiate_pending(SSL *);
const char *SSL_get_cipher_list(const SSL *, int);
Cryptography_STACK_OF_SSL_CIPHER *SSL_get_ciphers(const SSL *);