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

lib: fix OpenSSL 1.1 deprecation warning for ERR_remove_state #416

Closed
wants to merge 1 commit into from

Conversation

jelly
Copy link
Contributor

@jelly jelly commented Apr 3, 2017

ERR_remove_state has been marked deprecated in OpenSSL 1.1.0 and do
nothing, as the OpenSSL libraries now normally do all thread
initialization and deinitialisation automatically.

ERR_remove_state has been marked deprecated in OpenSSL 1.1.0 and do
nothing, as the OpenSSL libraries now normally do all thread
initialization and deinitialisation automatically.

Signed-off-by: Jelle van der Waa <[email protected]>
@ralight
Copy link
Contributor

ralight commented May 5, 2017

Sorry for the delay! That looks pretty sensible, thanks. I've pushed your patch to the fixes branch instead so I'm closing this PR.

ab266e7

@ralight ralight closed this May 5, 2017
@jelly jelly deleted the openssl_1.1_deprecated branch May 8, 2018 16:40
@karlp
Copy link
Contributor

karlp commented Nov 12, 2018

fwiw, this is just prolonging the inevitable. ERR_remove_thread_state is also deprecated!

Also, building with openssl 1.0.2 with deprecated apis turned off still fails, because the version is ok, but not the compat API. It's too gross to "fix" properly for me right now, but just an FYI for later....

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants