mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
afb638f137
RSA ASYM_CIPHER was already available within the default provider. We now make it also available from inside the FIPS module. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10881)
7 lines
190 B
Plaintext
7 lines
190 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
|
|
|
|
SOURCE[$RSA_GOAL]=rsa_enc.c
|