You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
333 B
Plaintext
11 lines
333 B
Plaintext
LIBS=../../libcrypto
|
|
$ALL=seed.c seed_ecb.c seed_cbc.c seed_cfb.c seed_ofb.c
|
|
|
|
SOURCE[../../libcrypto]=$ALL
|
|
|
|
# When all deprecated symbols are removed, libcrypto doesn't export the
|
|
# seed functions, so we must include them directly in liblegacy.a
|
|
IF[{- $disabled{'deprecated-3.0'} -}]
|
|
SOURCE[../../providers/liblegacy.a]=$ALL
|
|
ENDIF
|