Files
openssl-custom/providers/implementations/signature/build.info
T
2019-10-17 23:54:38 +09:00

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