From 377b4db41dd0c575aac9cc3d65cadef7052d7b07 Mon Sep 17 00:00:00 2001 From: Ashwini Oruganti Date: Thu, 1 May 2014 12:23:18 -0700 Subject: And then the TYPES --- cryptography/hazmat/bindings/openssl/ecdh.py | 3 +++ 1 file changed, 3 insertions(+) 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 = """ -- cgit v1.2.3