Modify DSA and DH keys to use a shared FFC_PARAMS struct
[oweals/openssl.git] / crypto / md4 / build.info
1 LIBS=../../libcrypto
2
3 SOURCE[../../libcrypto]=md4_dgst.c md4_one.c
4
5 # When all deprecated symbols are removed, libcrypto doesn't export the
6 # MD4 functions, so we must include them directly in liblegacy.a
7 IF[{- $disabled{"deprecated"}
8       && (defined $config{"api"} && $config{"api"} >= 30000) -}]
9   SOURCE[../../providers/liblegacy.a]=md4_dgst.c md4_one.c
10 ENDIF