From f2c5bfa982914237f930ba67daf2f29cebdcf4ad Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 16 Jan 2014 12:55:35 -0600 Subject: oops --- 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 7532a85e..24539477 100644 --- a/cryptography/hazmat/bindings/openssl/ec.py +++ b/cryptography/hazmat/bindings/openssl/ec.py @@ -15,7 +15,7 @@ INCLUDES = """ """ TYPES = """ -typdef ... EC_KEY; +typedef ... EC_KEY; """ FUNCTIONS = """ -- cgit v1.2.3