mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove an unneeded call into OpenSSL (GH-6887)
This commit is contained in:
parent
2d2d3b170b
commit
55e53c3093
1 changed files with 0 additions and 1 deletions
|
@ -901,7 +901,6 @@ newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
|
|||
#endif
|
||||
|
||||
/* Make sure the SSL error state is initialized */
|
||||
(void) ERR_get_state();
|
||||
ERR_clear_error();
|
||||
|
||||
PySSL_BEGIN_ALLOW_THREADS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue