Ensure Async is deinited properly
authorMatt Caswell <matt@openssl.org>
Wed, 2 Mar 2016 16:52:43 +0000 (16:52 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 2 Mar 2016 17:23:42 +0000 (17:23 +0000)
commited49f43a0390217e1c2df0054fb7352523be9a58
tree2110beb644b88a3cc3ce80c4495e59ef9189e535
parent224905f8aaeac7fd81a49dc160a843c5fff60e6e
Ensure Async is deinited properly

The global thread local keys were not being deinited properly in async.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/async/async.c
crypto/include/internal/async.h
crypto/init.c