mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
f5a3669c8b
Fixes #19691 Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19695)
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
IF[{- !$disabled{'thread-pool'} -}]
|
|
$THREADS=\
|
|
api.c internal.c arch.c \
|
|
arch/thread_win.c arch/thread_posix.c arch/thread_none.c
|
|
ELSE
|
|
$THREADS=api.c
|
|
ENDIF
|
|
|
|
SOURCE[../../libcrypto]=$THREADS
|
|
SOURCE[../../providers/libfips.a]=$THREADS
|