Update perl-actions/install-with-cpanm version in CI
[openssl.git] / providers / implementations / asymciphers / build.info
1 # We make separate GOAL variables for each algorithm, to make it easy to
2 # switch each to the Legacy provider when needed.
3
4 $RSA_GOAL=../../libimplementations.a
5 $SM2_GOAL=../../libimplementations.a
6
7 SOURCE[$RSA_GOAL]=rsa_enc.c
8
9 IF[{- !$disabled{"sm2"} -}]
10   SOURCE[$SM2_GOAL]=sm2_enc.c
11 ENDIF