From db092ce0c542aaea1407961be063b509a0f37551 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 14 Dec 2021 21:23:37 -0500 Subject: Remove call to init_static_locks (#1066) It has been a no-op (when called from an _instance_ of Binding) since 3.3 --- src/OpenSSL/_util.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1