]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/idea/build.info
Raise an error on syscall failure in tls_retry_write_records
[thirdparty/openssl.git] / crypto / idea / build.info
CommitLineData
777a2882 1LIBS=../../libcrypto
f5056577
SL
2$ALL=i_cbc.c i_cfb64.c i_ofb64.c i_ecb.c i_skey.c
3
4SOURCE[../../libcrypto]=$ALL
5
6# When all deprecated symbols are removed, libcrypto doesn't export the
7# idea functions, so we must include them directly in liblegacy.a
f6a6f7b6 8IF[{- $disabled{'deprecated-3.0'} && !$disabled{module} && !$disabled{shared} -}]
f5056577
SL
9 SOURCE[../../providers/liblegacy.a]=$ALL
10ENDIF