aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
diff options
context:
space:
mode:
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",
]