Merged
requested to merge branch/alex_gaynor/remove-an-unneeded-call-into-openssl-th-1526429141011 into branch/py3.6
Created originally on Bitbucket by alex_gaynor (Alex Gaynor)
Remove an unneeded call into OpenSSL
This call doesn't do anything, on every version of OpenSSL going back to forever the call to ERR_clear_error() calls ERR_get_state(), so it's always been a no-op.
Same change for CPython: https://github.com/python/cpython/pull/6887