Commit 6bc7bad0 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix windows thread stop code



The windows thread stop code was erroneously not just deleting the thread
local variable on thread stop, but also deleting the thread local *key*
(thus removing thread local data for *all* threads in one go!).

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 4015adf0
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