xref: /freebsd/crypto/openssl/providers/implementations/asymciphers/build.info (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
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=../../libdefault.a ../../libfips.a
5$SM2_GOAL=../../libdefault.a
6
7SOURCE[$RSA_GOAL]=rsa_enc.c
8
9IF[{- !$disabled{"sm2"} -}]
10  SOURCE[$SM2_GOAL]=sm2_enc.c
11ENDIF
12