]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/rc2/build.info
Avoid duplicating symbols in legacy.a with some build options
[thirdparty/openssl.git] / crypto / rc2 / build.info
CommitLineData
777a2882 1LIBS=../../libcrypto
f5056577
SL
2
3$ALL=rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c
4
5SOURCE[../../libcrypto]=$ALL
6
7# When all deprecated symbols are removed, libcrypto doesn't export the
8# rc2 functions, so we must include them directly in liblegacy.a
f6a6f7b6 9IF[{- $disabled{'deprecated-3.0'} && !$disabled{module} && !$disabled{shared} -}]
f5056577
SL
10 SOURCE[../../providers/liblegacy.a]=$ALL
11ENDIF