Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove an unneeded call into OpenSSL #6887

Merged
merged 1 commit into from
May 16, 2018
Merged

Remove an unneeded call into OpenSSL #6887

merged 1 commit into from
May 16, 2018

Conversation

alex
Copy link
Member

@alex alex commented May 16, 2018

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.

@alex alex merged commit 55e53c3 into master May 16, 2018
@alex alex deleted the alex-patch-1 branch May 16, 2018 17:02
mozillazg pushed a commit to mozillazg/pypy that referenced this pull request May 16, 2018
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: python/cpython#6887
mozillazg pushed a commit to mozillazg/pypy that referenced this pull request May 17, 2018
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: python/cpython#6887
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants