build.info 384 B

1234567891011121314
  1. # We make separate GOAL variables for each algorithm, to make it easy to
  2. # switch each to the Legacy provider when needed.
  3. $RSA_KEM_GOAL=../../libdefault.a ../../libfips.a
  4. $EC_KEM_GOAL=../../libdefault.a
  5. SOURCE[$RSA_KEM_GOAL]=rsa_kem.c
  6. IF[{- !$disabled{ec} -}]
  7. SOURCE[$EC_KEM_GOAL]=kem_util.c ec_kem.c
  8. IF[{- !$disabled{ecx} -}]
  9. SOURCE[$EC_KEM_GOAL]=ecx_kem.c
  10. ENDIF
  11. ENDIF