mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-03 13:13:30 +01:00
11 lines
377 B
Plaintext
11 lines
377 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'} && !$disabled{module} && !$disabled{shared} -}]
|
||
|
SOURCE[../../providers/liblegacy.a]=$ALL
|
||
|
ENDIF
|