aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshwini Oruganti <ashwini.oruganti@gmail.com>2014-05-01 12:23:18 -0700
committerAshwini Oruganti <ashwini.oruganti@gmail.com>2014-05-01 12:23:18 -0700
commit377b4db41dd0c575aac9cc3d65cadef7052d7b07 (patch)
treefda126a96cd1964855a5f503a4a5857ca09a35e7
parent8fc02962958f85feaab168248503854b6e0d50aa (diff)
downloadcryptography-377b4db41dd0c575aac9cc3d65cadef7052d7b07.tar.gz
cryptography-377b4db41dd0c575aac9cc3d65cadef7052d7b07.tar.bz2
cryptography-377b4db41dd0c575aac9cc3d65cadef7052d7b07.zip
And then the TYPES
-rw-r--r--cryptography/hazmat/bindings/openssl/ecdh.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptography/hazmat/bindings/openssl/ecdh.py b/cryptography/hazmat/bindings/openssl/ecdh.py
index ca448f9f..7de791da 100644
--- a/cryptography/hazmat/bindings/openssl/ecdh.py
+++ b/cryptography/hazmat/bindings/openssl/ecdh.py
@@ -20,6 +20,9 @@ INCLUDES = """
"""
TYPES = """
+static const int Cryptography_HAS_ECDH;
+
+typedef ... ECDH_METHOD;
"""
FUNCTIONS = """