Provide a version of ossl_init_thread_start that works in FIPS mode
authorMatt Caswell <matt@openssl.org>
Fri, 24 May 2019 17:20:49 +0000 (18:20 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 17 Jun 2019 14:32:54 +0000 (15:32 +0100)
commite41faf5784382a5d2bc23abebcf81b9f4708f6ec
treed8fb927ed8a5e8576e96e600812f36b13511eee7
parent72592b866492b84ba5ca1251d1a45875764c7b27
Provide a version of ossl_init_thread_start that works in FIPS mode

This will need to be hooked up in a later commit with an event sent to
the FIPS provider informing it of thread stop events.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9040)
crypto/include/internal/cryptlib_int.h
crypto/initthread.c
include/internal/cryptlib.h