mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
29be60235b
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10190)
15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
# We make separate GOAL variables for each algorithm, to make it easy to
|
|
# switch each to the Legacy provider when needed.
|
|
|
|
$DH_GOAL=../../libimplementations.a
|
|
$DSA_GOAL=../../libimplementations.a
|
|
$RSA_GOAL=../../libimplementations.a
|
|
|
|
IF[{- !$disabled{dh} -}]
|
|
SOURCE[$DH_GOAL]=dh_kmgmt.c
|
|
ENDIF
|
|
IF[{- !$disabled{dsa} -}]
|
|
SOURCE[$DSA_GOAL]=dsa_kmgmt.c
|
|
ENDIF
|
|
SOURCE[$RSA_GOAL]=rsa_kmgmt.c
|