Remove an unneeded call into OpenSSL (GH-6887)

This commit is contained in:
Alex Gaynor 2018-05-16 13:02:06 -04:00 committed by GitHub
parent 2d2d3b170b
commit 55e53c3093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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