Fix windows thread stop code
authorMatt Caswell <matt@openssl.org>
Thu, 18 Feb 2016 12:24:09 +0000 (12:24 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Feb 2016 15:27:16 +0000 (15:27 +0000)
commit6bc7bad011d98e38039105dc2624426917c0e587
tree00d8beb56bb9d015c87e9722d53210de7f0b754f
parent4015adf0a3d352cc4013c722f1b2d5374989ac4c
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>
crypto/init.c