mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
b27ed81943
Don't wrap whole files in if[n]def, test in build.info if they should be compiled. rand_win isn't done as there are multiple ways to say "this is windows." Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11263)
17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=rand_lib.c rand_crng_test.c rand_unix.c rand_win.c \
|
|
drbg_lib.c drbg_ctr.c drbg_hash.c drbg_hmac.c
|
|
IF[{- !$disabled{'egd'} -}]
|
|
$COMMON=$COMMON rand_egd.c
|
|
ENDIF
|
|
IF[{- $config{target} =~ /vxworks/i -}]
|
|
$COMMON=$COMMON rand_vxworks.c
|
|
ENDIF
|
|
IF[{- $config{target} =~ /vms/i -}]
|
|
$COMMON=$COMMON rand_vms.c
|
|
ENDIF
|
|
|
|
SOURCE[../../libcrypto]=$COMMON randfile.c rand_err.c
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|