From 0c782cf19a1c79e1b95c01876ac020784a058506 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 28 Jan 2014 11:03:45 -0800 Subject: Whoops, backwards --- cryptography/hazmat/bindings/openssl/ec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography/hazmat/bindings/openssl/ec.py b/cryptography/hazmat/bindings/openssl/ec.py index 57da7634..10bb011f 100644 --- a/cryptography/hazmat/bindings/openssl/ec.py +++ b/cryptography/hazmat/bindings/openssl/ec.py @@ -12,7 +12,7 @@ # limitations under the License. INCLUDES = """ -#ifdef OPENSSL_NO_EC +#ifndef OPENSSL_NO_EC #include #endif -- cgit v1.2.3