mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-02 13:03:28 +01:00
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$ALL=rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c
|
|
|
|
SOURCE[../../libcrypto]=$ALL
|
|
|
|
# When all deprecated symbols are removed, libcrypto doesn't export the
|
|
# rc2 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
|