From af5536972e26415ad5f4d685e7774ceac28a06be Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 28 Jan 2014 13:37:42 -0800 Subject: This type is not defined either of course --- cryptography/hazmat/bindings/openssl/ec.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptography/hazmat/bindings/openssl/ec.py b/cryptography/hazmat/bindings/openssl/ec.py index 10bb011f..90481b9b 100644 --- a/cryptography/hazmat/bindings/openssl/ec.py +++ b/cryptography/hazmat/bindings/openssl/ec.py @@ -46,6 +46,7 @@ CUSTOMIZATIONS = """ static const long Cryptography_HAS_EC = 0; EC_KEY* (*EC_KEY_new_by_curve_name)(int) = NULL; void (*EC_KEY_free)(EC_KEY *) = NULL; +typedef void EC_KEY; #else static const long Cryptography_HAS_EC = 1; #endif -- cgit v1.2.3