From: Matt Caswell Date: Thu, 18 Feb 2016 12:24:09 +0000 (+0000) Subject: Fix windows thread stop code X-Git-Tag: OpenSSL_1_1_0-pre4~622 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=6bc7bad011d98e38039105dc2624426917c0e587;hp=6bc7bad011d98e38039105dc2624426917c0e587 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 ---