Skip to content

Commit 55e53c3

Browse files
authored
Remove an unneeded call into OpenSSL (GH-6887)
1 parent 2d2d3b1 commit 55e53c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_ssl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,6 @@ newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
901901
#endif
902902

903903
/* Make sure the SSL error state is initialized */
904-
(void) ERR_get_state();
905904
ERR_clear_error();
906905

907906
PySSL_BEGIN_ALLOW_THREADS

0 commit comments

Comments
 (0)