mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
5687e357c6
From providers/common/ to providers/implementations/ Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10088)
11 lines
222 B
Plaintext
11 lines
222 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
|
|
|
|
IF[{- !$disabled{dsa} -}]
|
|
SOURCE[$DSA_GOAL]=dsa.c
|
|
ENDIF
|
|
|
|
|