diff options
-rw-r--r-- | cryptography/hazmat/bindings/openssl/ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/ssl.py b/cryptography/hazmat/bindings/openssl/ssl.py index 2c3710c2..25e49672 100644 --- a/cryptography/hazmat/bindings/openssl/ssl.py +++ b/cryptography/hazmat/bindings/openssl/ssl.py @@ -303,7 +303,7 @@ void SSL_CTX_set_tlsext_servername_callback( SSL_CTX *, int (*)(const SSL *, int *, void *)); -int SSL_session_reused(SSL *); +long SSL_session_reused(SSL *); """ CUSTOMIZATIONS = """ |