mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
786b13fa77
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13652)
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=rand_lib.c
|
|
$CRYPTO=randfile.c rand_err.c rand_deprecated.c prov_seed.c rand_pool.c
|
|
|
|
IF[{- !$disabled{'egd'} -}]
|
|
$CRYPTO=$CRYPTO rand_egd.c
|
|
ENDIF
|
|
IF[{- !$disabled{'deprecated-3.0'} -}]
|
|
$COMMON=$COMMON rand_meth.c
|
|
ENDIF
|
|
|
|
SOURCE[../../libcrypto]=$COMMON $CRYPTO
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|