mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +08:00
51921b8737
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25640)
18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
# We make separate GOAL variables for each algorithm, to make it easy to
|
|
# switch each to the Legacy provider when needed.
|
|
|
|
$RSA_KEM_GOAL=../../libdefault.a ../../libfips.a
|
|
$EC_KEM_GOAL=../../libdefault.a
|
|
$TEMPLATE_KEM_GOAL=../../libtemplate.a
|
|
|
|
SOURCE[$RSA_KEM_GOAL]=rsa_kem.c
|
|
|
|
IF[{- !$disabled{ec} -}]
|
|
SOURCE[$EC_KEM_GOAL]=kem_util.c ec_kem.c
|
|
IF[{- !$disabled{ecx} -}]
|
|
SOURCE[$EC_KEM_GOAL]=ecx_kem.c
|
|
ENDIF
|
|
ENDIF
|
|
|
|
SOURCE[$TEMPLATE_KEM_GOAL]=template_kem.c
|