commit | 6bc7bad011d98e38039105dc2624426917c0e587 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Thu Feb 18 12:24:09 2016 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Feb 18 15:27:16 2016 +0000 |
tree | 00d8beb56bb9d015c87e9722d53210de7f0b754f | |
parent | 4015adf0a3d352cc4013c722f1b2d5374989ac4c [diff] |
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: Rich Salz <rsalz@openssl.org>