Skip to content

Commit

Permalink
Remove call to init_static_locks (#1066)
Browse files Browse the repository at this point in the history
It has been a no-op (when called from an _instance_ of Binding) since 3.3
  • Loading branch information
alex authored Dec 15, 2021
1 parent a63c75a commit db092ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OpenSSL/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


binding = Binding()
binding.init_static_locks()
ffi = binding.ffi
lib = binding.lib

Expand Down

0 comments on commit db092ce

Please sign in to comment.