Restore the ERR_remove_thread_state() API and make it a no-op
authorRichard Levitte <levitte@openssl.org>
Sun, 8 May 2016 15:01:09 +0000 (17:01 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 10 May 2016 09:31:05 +0000 (11:31 +0200)
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: Matt Caswell <matt@openssl.org>

No differences found