]> git.ipfire.org Git - thirdparty/openssl.git/commit
Convert ASYNC code to use new Thread API
authorMatt Caswell <matt@openssl.org>
Wed, 2 Mar 2016 16:15:52 +0000 (16:15 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 2 Mar 2016 17:23:42 +0000 (17:23 +0000)
commit224905f8aaeac7fd81a49dc160a843c5fff60e6e
tree8242952f73c72a9f234beaf3f69ce1159a542f41
parent0c452abc162d348876e136979230a06d0d83641b
Convert ASYNC code to use new Thread API

The async code uses thread local variables. We should convert to using
the new Thread API for doing this.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/async/arch/async_null.c
crypto/async/arch/async_null.h
crypto/async/arch/async_posix.c
crypto/async/arch/async_posix.h
crypto/async/arch/async_win.c
crypto/async/arch/async_win.h
crypto/async/async.c
crypto/async/async_locl.h