mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 13:55:42 +08:00
e1c5b1f6b4
Also separate out the TSC and RDRAND based sources into their own file in the seeding subdirectory. Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/11682)
12 lines
282 B
Plaintext
12 lines
282 B
Plaintext
$COMMON=rand_unix.c rand_win.c rand_tsc.c rand_cpu_x86.c
|
|
IF[{- $config{target} =~ /vxworks/i -}]
|
|
$COMMON=$COMMON rand_vxworks.c
|
|
ENDIF
|
|
IF[{- $config{target} =~ /vms/i -}]
|
|
$COMMON=$COMMON rand_vms.c
|
|
ENDIF
|
|
|
|
SOURCE[../../../libfips.a]=$COMMON
|
|
SOURCE[../../../libnonfips.a]=$COMMON
|
|
|