openssl/crypto/thread/build.info
Hugo Landau 652fbb62a3 Revise build.info
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20348)
2023-03-30 11:14:17 +01:00

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