diff options
-rw-r--r-- | cryptography/hazmat/bindings/openssl/ecdh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/ecdh.py b/cryptography/hazmat/bindings/openssl/ecdh.py index adba0152..77beb7a3 100644 --- a/cryptography/hazmat/bindings/openssl/ecdh.py +++ b/cryptography/hazmat/bindings/openssl/ecdh.py @@ -14,7 +14,7 @@ from __future__ import absolute_import, division, print_function INCLUDES = """ -#ifdef OPENSSL_NO_ECDH +#ifndef OPENSSL_NO_ECDH #include <openssl/ecdh.h> #endif """ |