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__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/bindings/__init__.py b/cryptography/bindings/__init__.py
index b4dc6bf1..8b165009 100644
--- a/cryptography/bindings/__init__.py
+++ b/cryptography/bindings/__init__.py
@@ -14,4 +14,4 @@
from cryptography.bindings.openssl import api
-default_api = api
+_default_api = api