54df2625147a34f0980412cd82a6fef463b22b8d
[openssl.git] / crypto / mdc2 / build.info
1 LIBS=../../libcrypto
2
3 SOURCE[../../libcrypto]=mdc2dgst.c mdc2_one.c
4
5 # When all deprecated symbols are removed, libcrypto doesn't export the
6 # MDC2 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]=mdc2dgst.c mdc2_one.c
10 ENDIF