diff options
Diffstat (limited to 'cryptography/hazmat/bindings/commoncrypto/binding.py')
-rw-r--r-- | cryptography/hazmat/bindings/commoncrypto/binding.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cryptography/hazmat/bindings/commoncrypto/binding.py b/cryptography/hazmat/bindings/commoncrypto/binding.py index ec98b339..144bb099 100644 --- a/cryptography/hazmat/bindings/commoncrypto/binding.py +++ b/cryptography/hazmat/bindings/commoncrypto/binding.py @@ -45,11 +45,6 @@ class Binding(object): cls.ffi, cls.lib = build_ffi( module_prefix=cls._module_prefix, modules=cls._modules, - pre_include="", - post_include="", - libraries=[], - extra_compile_args=[], - extra_link_args=[] ) @classmethod |