aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = """