aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-09 12:52:28 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-09 12:52:28 -0400
commita4f12da2afc3898b958d874e84b747048f983ff0 (patch)
treef2ccd805ee760f3e3d2b09da1626942d1974fdda /src/cryptography/hazmat/bindings/openssl/_conditional.py
parent7a2bc40a6be4f714b882c4c5f0a174422e028bac (diff)
downloadcryptography-a4f12da2afc3898b958d874e84b747048f983ff0.tar.gz
cryptography-a4f12da2afc3898b958d874e84b747048f983ff0.tar.bz2
cryptography-a4f12da2afc3898b958d874e84b747048f983ff0.zip
ECDSA functions we don't use that aren't in 1.1.0
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 8bd9551d..bfd42ee2 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -185,13 +185,6 @@ CONDITIONAL_NAMES = {
"ECDSA_sign_ex",
"ECDSA_verify",
"ECDSA_size",
- "ECDSA_OpenSSL",
- "ECDSA_set_default_method",
- "ECDSA_get_default_method",
- "ECDSA_set_method",
- "ECDSA_get_ex_new_index",
- "ECDSA_set_ex_data",
- "ECDSA_get_ex_data",
],
"Cryptography_HAS_ENGINE_CRYPTODEV": [
"ENGINE_load_cryptodev"