summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-12-14 21:23:37 -0500
committerGitHub <noreply@github.com>2021-12-15 10:23:37 +0800
commitdb092ce0c542aaea1407961be063b509a0f37551 (patch)
treec9986d3708645c0bd5dc28b4c4a60519336a8d0d
parenta63c75a8417a286173497884f550b11d1b173ec2 (diff)
downloadpyopenssl-db092ce0c542aaea1407961be063b509a0f37551.tar.gz
Remove call to init_static_locks (#1066)
It has been a no-op (when called from an _instance_ of Binding) since 3.3
-rw-r--r--src/OpenSSL/_util.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/OpenSSL/_util.py b/src/OpenSSL/_util.py
index 8235f5b..662239b 100644
--- a/src/OpenSSL/_util.py
+++ b/src/OpenSSL/_util.py
@@ -5,7 +5,6 @@ from cryptography.hazmat.bindings.openssl.binding import Binding
binding = Binding()
-binding.init_static_locks()
ffi = binding.ffi
lib = binding.lib