aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-02-25 08:21:17 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-02-25 21:21:17 +0800
commitd01b44edf5ca0240e433028ddf9995005ba1c9c0 (patch)
tree0b4069102516f27b2ce4e0bcc01510ef315515c7 /src/cryptography/hazmat/bindings/openssl/_conditional.py
parentcc31c4f99e9ff1c2fa5acd0eabbf19a671b06b1d (diff)
downloadcryptography-d01b44edf5ca0240e433028ddf9995005ba1c9c0.tar.gz
cryptography-d01b44edf5ca0240e433028ddf9995005ba1c9c0.tar.bz2
cryptography-d01b44edf5ca0240e433028ddf9995005ba1c9c0.zip
Polish off removal of unused engine bindings (#4769)
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 044a6a46..7187b69f 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -343,7 +343,6 @@ def cryptography_has_evp_r_memory_limit_exceeded():
def cryptography_has_engine():
return [
- "ENGINE_add",
"ENGINE_by_id",
"ENGINE_init",
"ENGINE_finish",
@@ -353,8 +352,6 @@ def cryptography_has_engine():
"ENGINE_ctrl_cmd",
"ENGINE_free",
"ENGINE_get_name",
- "ENGINE_load_dynamic",
- "ENGINE_R_CONFLICTING_ENGINE_ID",
"Cryptography_add_osrandom_engine",
]