mirror of
https://github.com/openssl/openssl.git
synced 2024-12-27 06:21:43 +08:00
ce64d3eee0
Fixes #12908 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12913)
12 lines
292 B
Plaintext
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=../../libimplementations.a
|
|
$SM2_GOAL=../../libimplementations.a
|
|
|
|
SOURCE[$RSA_GOAL]=rsa_enc.c
|
|
|
|
IF[{- !$disabled{"sm2"} -}]
|
|
SOURCE[$SM2_GOAL]=sm2_enc.c
|
|
ENDIF
|