• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LIBS=../../libcrypto
2
3SOURCE[../../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
7IF[{- $disabled{'deprecated-3.0'} -}]
8  SOURCE[../../providers/liblegacy.a]=mdc2dgst.c mdc2_one.c
9ENDIF
10