mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +08:00
d16d0b71a9
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11199)
17 lines
379 B
Plaintext
17 lines
379 B
Plaintext
# We make separate GOAL variables for each algorithm, to make it easy to
|
|
# switch each to the Legacy provider when needed.
|
|
|
|
$DSA_GOAL=../../libimplementations.a
|
|
$EC_GOAL=../../libimplementations.a
|
|
|
|
IF[{- !$disabled{dsa} -}]
|
|
SOURCE[$DSA_GOAL]=dsa.c
|
|
ENDIF
|
|
|
|
IF[{- !$disabled{ec} -}]
|
|
SOURCE[$EC_GOAL]=eddsa.c
|
|
ENDIF
|
|
|
|
SOURCE[../../libfips.a]=rsa.c
|
|
SOURCE[../../libnonfips.a]=rsa.c
|