From 34dd58587ed443364a4ef8c82472a0bce1d447e6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 7 Nov 2014 10:01:19 -0300 Subject: appease the flake8 in the sky --- cryptography/hazmat/bindings/openssl/binding.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptography/hazmat/bindings/openssl/binding.py b/cryptography/hazmat/bindings/openssl/binding.py index c2256214..056785dc 100644 --- a/cryptography/hazmat/bindings/openssl/binding.py +++ b/cryptography/hazmat/bindings/openssl/binding.py @@ -159,6 +159,7 @@ def _get_libraries(platform): link_type = os.environ.get("PYCA_WINDOWS_LINK_TYPE", "static") return _get_windows_libraries(link_type) + def _get_windows_libraries(link_type): if link_type == "dynamic": return ["libeay32", "ssleay32", "advapi32"] -- cgit v1.2.3