Skip to content

Commit 5a30471

Browse files
authored
Remove SSL_library_init call (pyca#1110)
a) It's already called by initializing the Bindings in cryptography b) I'm pretty sure it's not actually necessary at all
1 parent e6fd19a commit 5a30471

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/OpenSSL/SSL.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2618,8 +2618,3 @@ def request_ocsp(self):
26182618
self._ssl, _lib.TLSEXT_STATUSTYPE_ocsp
26192619
)
26202620
_openssl_assert(rc == 1)
2621-
2622-
2623-
# This is similar to the initialization calls at the end of OpenSSL/crypto.py
2624-
# but is exercised mostly by the Context initializer.
2625-
_lib.SSL_library_init()

0 commit comments

Comments
 (0)