From da747958c5db57dbe22c015d058be9db8a90f8f9 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 27 May 2019 16:31:27 +0100 Subject: Tell the FIPS provider about thread stop events The RAND code needs to know about threads stopping in order to cleanup local thread data. Therefore we add a callback for libcrypto to tell providers about such events. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9040) --- crypto/build.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/build.info') diff --git a/crypto/build.info b/crypto/build.info index cb8457a657..e64a8de12d 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -67,8 +67,8 @@ SOURCE[../providers/fips]=$CORE_COMMON # Central utilities $UTIL_COMMON=\ cryptlib.c mem.c mem_sec.c params.c bsearch.c ex_data.c o_str.c \ - ctype.c threads_pthread.c threads_win.c threads_none.c context.c \ - sparse_array.c $CPUIDASM + ctype.c threads_pthread.c threads_win.c threads_none.c initthread.c \ + context.c sparse_array.c $CPUIDASM $UTIL_DEFINE=$CPUIDDEF SOURCE[../libcrypto]=$UTIL_COMMON \ -- cgit v1.2.3