aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/bindings/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'cryptography/bindings/__init__.py')
-rw-r--r--cryptography/bindings/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cryptography/bindings/__init__.py b/cryptography/bindings/__init__.py
index 215f17c7..5006d134 100644
--- a/cryptography/bindings/__init__.py
+++ b/cryptography/bindings/__init__.py
@@ -14,7 +14,7 @@
from cryptography.bindings import openssl
-_default_api = openssl.api
-_ALL_APIS = [
- openssl.api
+_default_backend = openssl.backend
+_ALL_BACKENDS = [
+ openssl.backend
]