build.info 327 B

12345678910
  1. LIBS=../../libcrypto
  2. $ALL=i_cbc.c i_cfb64.c i_ofb64.c i_ecb.c i_skey.c
  3. SOURCE[../../libcrypto]=$ALL
  4. # When all deprecated symbols are removed, libcrypto doesn't export the
  5. # idea functions, so we must include them directly in liblegacy.a
  6. IF[{- $disabled{'deprecated-3.0'} -}]
  7. SOURCE[../../providers/liblegacy.a]=$ALL
  8. ENDIF