build.info 292 B

1234567891011
  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_GOAL=../../libdefault.a ../../libfips.a
  4. $SM2_GOAL=../../libdefault.a
  5. SOURCE[$RSA_GOAL]=rsa_enc.c
  6. IF[{- !$disabled{"sm2"} -}]
  7. SOURCE[$SM2_GOAL]=sm2_enc.c
  8. ENDIF