]> git.ipfire.org Git - thirdparty/openssl.git/blame - providers/implementations/signature/build.info
Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()
[thirdparty/openssl.git] / providers / implementations / signature / build.info
CommitLineData
5687e357
RL
1# We make separate GOAL variables for each algorithm, to make it easy to
2# switch each to the Legacy provider when needed.
3
4$DSA_GOAL=../../libimplementations.a
6f4b7663 5$RSA_GOAL=../../libimplementations.a
5687e357
RL
6
7IF[{- !$disabled{dsa} -}]
8 SOURCE[$DSA_GOAL]=dsa.c
9ENDIF
10
6f4b7663
RL
11SOURCE[$RSA_GOAL]=rsa.c
12
5687e357 13