From 3e5e6863c498791f0a74df1875b8ec92a473acdc Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 16 Jan 2014 17:59:08 -0600 Subject: Added forgotten decl --- cryptography/hazmat/bindings/openssl/ec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cryptography/hazmat/bindings/openssl/ec.py b/cryptography/hazmat/bindings/openssl/ec.py index 3acb77e2..cbb03360 100644 --- a/cryptography/hazmat/bindings/openssl/ec.py +++ b/cryptography/hazmat/bindings/openssl/ec.py @@ -15,6 +15,8 @@ INCLUDES = """ """ TYPES = """ +static const int Cryptography_HAS_EC; + typedef ... EC_KEY; """ -- cgit v1.2.3