]> git.ipfire.org Git - thirdparty/openssl.git/blob - crypto/md2/build.info
Deprecate the low level MD2 functions.
[thirdparty/openssl.git] / crypto / md2 / build.info
1 LIBS=../../libcrypto
2
3 SOURCE[../../libcrypto]=md2_dgst.c md2_one.c
4
5 # When all deprecated symbols are removed, libcrypto doesn't export the
6 # MD2 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]=md2_dgst.c md2_one.c
10 ENDIF