build.info 311 B

123456789
  1. LIBS=../../libcrypto
  2. SOURCE[../../libcrypto]=mdc2dgst.c mdc2_one.c
  3. # When all deprecated symbols are removed, libcrypto doesn't export the
  4. # MDC2 functions, so we must include them directly in liblegacy.a
  5. IF[{- $disabled{'deprecated-3.0'} -}]
  6. SOURCE[../../providers/liblegacy.a]=mdc2dgst.c mdc2_one.c
  7. ENDIF