aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-16 17:59:08 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-16 17:59:08 -0600
commit3e5e6863c498791f0a74df1875b8ec92a473acdc (patch)
tree4bf5359cdb341a676b3675cffe1073077d77fd4d
parentd63149471b054de94090e3eb503f010ecc5569bc (diff)
downloadcryptography-3e5e6863c498791f0a74df1875b8ec92a473acdc.tar.gz
cryptography-3e5e6863c498791f0a74df1875b8ec92a473acdc.tar.bz2
cryptography-3e5e6863c498791f0a74df1875b8ec92a473acdc.zip
Added forgotten decl
-rw-r--r--cryptography/hazmat/bindings/openssl/ec.py2
1 files changed, 2 insertions, 0 deletions
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;
"""