Commit 21e00174 authored by Richard Levitte's avatar Richard Levitte
Browse files

Restore the ERR_remove_thread_state() API and make it a no-op



The ERR_remove_thread_state() API is restored to take a pointer
argument, but does nothing more.  ERR_remove_state() is also made into
a no-op.  Both functions are deprecated and users are recommended to
use OPENSSL_thread_stop() instead.

Documentation is changed to reflect this.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 06aa885d
Supports Markdown
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