mirror of
https://github.com/openssl/openssl.git
synced 2024-12-27 06:21:43 +08:00
3a01d5d65b
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/25498)
21 lines
446 B
Plaintext
21 lines
446 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=rand_lib.c
|
|
$CRYPTO=randfile.c rand_err.c rand_deprecated.c prov_seed.c rand_uniform.c
|
|
|
|
IF[{- !$disabled{'egd'} -}]
|
|
$CRYPTO=$CRYPTO rand_egd.c
|
|
ENDIF
|
|
IF[{- !$disabled{'deprecated-3.0'} -}]
|
|
$CRYPTO=$CRYPTO rand_meth.c
|
|
ENDIF
|
|
|
|
IF[{- !$disabled{'fips-jitter'} -}]
|
|
$COMMON=$COMMON rand_pool.c
|
|
ELSE
|
|
$CRYPTO=$CRYPTO rand_pool.c
|
|
ENDIF
|
|
|
|
SOURCE[../../libcrypto]=$COMMON $CRYPTO
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|