In err_cleanup(), cleanup the thread local storage too
authorRichard Levitte <levitte@openssl.org>
Sun, 26 Mar 2017 18:01:44 +0000 (20:01 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 27 Mar 2017 10:54:40 +0000 (12:54 +0200)
commit165f1c3ef39680471339d21b9f6c12ea86b4a26a
treedae5e45d5a4b466aed4d581086fb7e19d47cc2f5
parent0822d41b6d54132df96c02cc6f6fa9b179378351
In err_cleanup(), cleanup the thread local storage too

Fixes #3033

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3035)
crypto/err/err.c