mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
03bede0cc8
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/13226)
13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=rand_lib.c rand_meth.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
|
|
|
|
|
|
SOURCE[../../libcrypto]=$COMMON $CRYPTO
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|