build.info 308 B

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