build.info 365 B

12345678910
  1. LIBS=../../libcrypto
  2. SOURCE[../../libcrypto]=md2_dgst.c md2_one.c
  3. # When all deprecated symbols are removed, libcrypto doesn't export the
  4. # MD2 functions, so we must include them directly in liblegacy.a
  5. IF[{- $disabled{"deprecated"}
  6. && (defined $config{"api"} && $config{"api"} >= 30000) -}]
  7. SOURCE[../../providers/liblegacy.a]=md2_dgst.c md2_one.c
  8. ENDIF