mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
4890f1f752
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21332)
22 lines
470 B
Plaintext
22 lines
470 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$THREADS_ARCH=\
|
|
arch.c \
|
|
arch/thread_win.c arch/thread_posix.c arch/thread_none.c
|
|
|
|
IF[{- !$disabled{'thread-pool'} -}]
|
|
IF[{- !$disabled{quic} -}]
|
|
SHARED_SOURCE[../../libssl]=$THREADS_ARCH
|
|
ENDIF
|
|
$THREADS=\
|
|
api.c internal.c $THREADS_ARCH
|
|
ELSE
|
|
IF[{- !$disabled{quic} -}]
|
|
SOURCE[../../libssl]=$THREADS_ARCH
|
|
ENDIF
|
|
$THREADS=api.c
|
|
ENDIF
|
|
|
|
SOURCE[../../libcrypto]=$THREADS
|
|
SOURCE[../../providers/libfips.a]=$THREADS
|