From a2aacf72744d515095ebe09d013e9348226ba0fe Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Thu, 27 Mar 2014 16:42:20 +0000 Subject: Remove change to bindings --- cryptography/hazmat/bindings/openssl/ssl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptography/hazmat/bindings/openssl/ssl.py b/cryptography/hazmat/bindings/openssl/ssl.py index fed74857..eb1f018b 100644 --- a/cryptography/hazmat/bindings/openssl/ssl.py +++ b/cryptography/hazmat/bindings/openssl/ssl.py @@ -319,7 +319,7 @@ void (*SSL_CTX_get_info_callback(SSL_CTX *))(const SSL *, int, int); RHEL/CentOS 5 this can be moved back to FUNCTIONS. */ SSL_CTX *SSL_set_SSL_CTX(SSL *, SSL_CTX *); -const SSL_METHOD *Cryptography_SSL_CTX_get_method(const SSL_CTX *); +const SSL_METHOD* Cryptography_SSL_CTX_get_method(const SSL_CTX*); """ CUSTOMIZATIONS = """ @@ -423,7 +423,7 @@ static const long Cryptography_HAS_NETBSD_D1_METH = 1; #endif // Workaround for #794 caused by cffi const** bug. -const SSL_METHOD *Cryptography_SSL_CTX_get_method(const SSL_CTX *ctx) { +const SSL_METHOD* Cryptography_SSL_CTX_get_method(const SSL_CTX* ctx) { return ctx->method; } """ -- cgit v1.2.3