diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-04 16:58:48 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-04 16:58:48 -0800 |
commit | 2619da79f1fb9432331aa4904cd47640aa7f0594 (patch) | |
tree | 4c25972a2fe20f200cc047f96f51684db6d399a4 | |
parent | e16ebfba8777bc05cf4a13d939e9710177b22340 (diff) | |
download | cryptography-2619da79f1fb9432331aa4904cd47640aa7f0594.tar.gz cryptography-2619da79f1fb9432331aa4904cd47640aa7f0594.tar.bz2 cryptography-2619da79f1fb9432331aa4904cd47640aa7f0594.zip |
pff
-rw-r--r-- | cryptography/hazmat/bindings/openssl/ec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/ec.py b/cryptography/hazmat/bindings/openssl/ec.py index 777860e1..7ecd5979 100644 --- a/cryptography/hazmat/bindings/openssl/ec.py +++ b/cryptography/hazmat/bindings/openssl/ec.py @@ -48,7 +48,7 @@ CUSTOMIZATIONS = """ #ifdef OPENSSL_NO_EC static const long Cryptography_HAS_EC = 0; typedef void EC_KEY; -typdef void EC_builtin_curve; +typedef void EC_builtin_curve; EC_KEY* (*EC_KEY_new_by_curve_name)(int) = NULL; void (*EC_KEY_free)(EC_KEY *) = NULL; size_t (*EC_get_builtin_curves)(EC_builtin_curve *, size_t) = NULL; |