diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-28 13:37:42 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-28 13:37:42 -0800 |
| commit | af5536972e26415ad5f4d685e7774ceac28a06be (patch) | |
| tree | 7ab027dbd7be92572985f13a5c4d784ed496f153 /cryptography | |
| parent | 0c782cf19a1c79e1b95c01876ac020784a058506 (diff) | |
| download | cryptography-af5536972e26415ad5f4d685e7774ceac28a06be.tar.gz cryptography-af5536972e26415ad5f4d685e7774ceac28a06be.tar.bz2 cryptography-af5536972e26415ad5f4d685e7774ceac28a06be.zip | |
This type is not defined either of course
Diffstat (limited to 'cryptography')
| -rw-r--r-- | cryptography/hazmat/bindings/openssl/ec.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/hazmat/bindings/openssl/ec.py b/cryptography/hazmat/bindings/openssl/ec.py index 10bb011f..90481b9b 100644 --- a/cryptography/hazmat/bindings/openssl/ec.py +++ b/cryptography/hazmat/bindings/openssl/ec.py @@ -46,6 +46,7 @@ CUSTOMIZATIONS = """ static const long Cryptography_HAS_EC = 0; EC_KEY* (*EC_KEY_new_by_curve_name)(int) = NULL; void (*EC_KEY_free)(EC_KEY *) = NULL; +typedef void EC_KEY; #else static const long Cryptography_HAS_EC = 1; #endif |
