build.info 379 B

1234567891011
  1. LIBS=../../libcrypto
  2. $ALL=rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c
  3. SOURCE[../../libcrypto]=$ALL
  4. # When all deprecated symbols are removed, libcrypto doesn't export the
  5. # rc2 functions, so we must include them directly in liblegacy.a
  6. IF[{- $disabled{'deprecated-3.0'} && !$disabled{module} && !$disabled{shared} -}]
  7. SOURCE[../../providers/liblegacy.a]=$ALL
  8. ENDIF