mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
652fbb62a3
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20348)
20 lines
401 B
Plaintext
20 lines
401 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
IF[{- !$disabled{'thread-pool'} -}]
|
|
$THREADS_ARCH=\
|
|
arch.c \
|
|
arch/thread_win.c arch/thread_posix.c arch/thread_none.c
|
|
|
|
$THREADS=\
|
|
api.c internal.c $THREADS_ARCH
|
|
|
|
IF[{- !$disabled{quic} -}]
|
|
SHARED_SOURCE[../../libssl]=$THREADS_ARCH
|
|
ENDIF
|
|
ELSE
|
|
$THREADS=api.c
|
|
ENDIF
|
|
|
|
SOURCE[../../libcrypto]=$THREADS
|
|
SOURCE[../../providers/libfips.a]=$THREADS
|