1e1051a39Sopenharmony_ciLIBS=../../libcrypto
2e1051a39Sopenharmony_ci
3e1051a39Sopenharmony_ci$ALL=rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c
4e1051a39Sopenharmony_ci
5e1051a39Sopenharmony_ciSOURCE[../../libcrypto]=$ALL
6e1051a39Sopenharmony_ci
7e1051a39Sopenharmony_ci# When all deprecated symbols are removed, libcrypto doesn't export the
8e1051a39Sopenharmony_ci# rc2 functions, so we must include them directly in liblegacy.a
9e1051a39Sopenharmony_ciIF[{- $disabled{'deprecated-3.0'} && !$disabled{module} && !$disabled{shared} -}]
10e1051a39Sopenharmony_ci  SOURCE[../../providers/liblegacy.a]=$ALL
11e1051a39Sopenharmony_ciENDIF
12