diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-01 22:14:06 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-09 09:05:46 -0600 |
commit | bfde119374ed3b3961a96f0d21535c12b334f6d7 (patch) | |
tree | 9b5d41a4425d309314b4fe016592870deb16bac9 /src/cryptography/hazmat/bindings/openssl/_conditional.py | |
parent | 6d3a07f4fb3094c6868514fcae1cec24c647d2a6 (diff) | |
download | cryptography-bfde119374ed3b3961a96f0d21535c12b334f6d7.tar.gz cryptography-bfde119374ed3b3961a96f0d21535c12b334f6d7.tar.bz2 cryptography-bfde119374ed3b3961a96f0d21535c12b334f6d7.zip |
remove the bindings for these x86_64 specific EC functions
We have no need to invoke them directly and their presence triggers a
bug related to Fedora 23's hobbling of openssl EC functions (uugh)
This also fixes the SIGBUS issue in #2503, although that is more
appropriately resolved via header fixes for universal libraries on OS X.
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r-- | src/cryptography/hazmat/bindings/openssl/_conditional.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py index f0ad1d5e..86082153 100644 --- a/src/cryptography/hazmat/bindings/openssl/_conditional.py +++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py @@ -150,12 +150,6 @@ CONDITIONAL_NAMES = { "EC_KEY_set_public_key_affine_coordinates", ], - "Cryptography_HAS_EC_NISTP_64_GCC_128": [ - "EC_GFp_nistp224_method", - "EC_GFp_nistp256_method", - "EC_GFp_nistp521_method", - ], - "Cryptography_HAS_EC2M": [ "EC_GF2m_simple_method", "EC_POINT_set_affine_coordinates_GF2m", |