Unverified Kaydet (Commit) 55e53c30 authored tarafından Alex Gaynor's avatar Alex Gaynor Kaydeden (comit) GitHub

Remove an unneeded call into OpenSSL (GH-6887)

üst 2d2d3b17
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment