aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-04 12:20:32 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-04 12:20:32 -0800
commit6078221d25fd3eddef83a63ce026efd24c0a2107 (patch)
tree7a6119fd2431c86353a586191800570f24fc614c
parentac6e02a0813e66f5e7cf75be0b3c7885a292c291 (diff)
downloadcryptography-6078221d25fd3eddef83a63ce026efd24c0a2107.tar.gz
cryptography-6078221d25fd3eddef83a63ce026efd24c0a2107.tar.bz2
cryptography-6078221d25fd3eddef83a63ce026efd24c0a2107.zip
Re-add the ext_package decleration to the moved verify() call
-rw-r--r--cryptography/hazmat/bindings/utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/utils.py b/cryptography/hazmat/bindings/utils.py
index 9e1d3937..69290eb3 100644
--- a/cryptography/hazmat/bindings/utils.py
+++ b/cryptography/hazmat/bindings/utils.py
@@ -74,7 +74,8 @@ def build_ffi(module_prefix, modules, pre_include, post_include, libraries):
functions +
customizations
),
- libraries=libraries
+ libraries=libraries,
+ ext_package="cryptography",
)
for name in modules: