commit | 807853c55afd447e821c30232801a72c88a048b4 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jan 17 13:03:27 2014 -0600 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Jan 17 13:03:27 2014 -0600 |
tree | 93a8ac5bb81eb745982ce606a649d78e0cfa5455 | |
parent | 2c04e86b244055f4f3c9e05eb5cb1e1be787db77 [diff] [blame] |
Use the internal name
diff --git a/OpenSSL/SSL.py b/OpenSSL/SSL.py index e80ea3c..62ce6c1 100644 --- a/OpenSSL/SSL.py +++ b/OpenSSL/SSL.py
@@ -127,7 +127,7 @@ NID_X9_62_prime239v3 = _lib.NID_X9_62_prime239v3 NID_X9_62_prime256v1 = _lib.NID_X9_62_prime256v1 -OPENSSL_NO_EC = not _lib.Cryptography_HAS_EC +_Cryptography_HAS_EC = _lib.Cryptography_HAS_EC class Error(Exception):