dockerfile/examples/openssl/openssl-3.2.1-src/providers/implementations/asymciphers/build.info

12 lines
292 B
Plaintext

# We make separate GOAL variables for each algorithm, to make it easy to
# switch each to the Legacy provider when needed.
$RSA_GOAL=../../libdefault.a ../../libfips.a
$SM2_GOAL=../../libdefault.a
SOURCE[$RSA_GOAL]=rsa_enc.c
IF[{- !$disabled{"sm2"} -}]
SOURCE[$SM2_GOAL]=sm2_enc.c
ENDIF