]> git.ipfire.org Git - thirdparty/openssl.git/blame - providers/implementations/signature/build.info
PROV: Add DERlib support for DSA
[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
3965480c 5$EC_GOAL=../../libimplementations.a
edd3b7a3 6$ECDSA_GOAL=../../libimplementations.a
5687e357
RL
7
8IF[{- !$disabled{dsa} -}]
9 SOURCE[$DSA_GOAL]=dsa.c
10ENDIF
11
3965480c
MC
12IF[{- !$disabled{ec} -}]
13 SOURCE[$EC_GOAL]=eddsa.c
edd3b7a3 14 SOURCE[$ECDSA_GOAL]=ecdsa.c
3965480c
MC
15ENDIF
16
d16d0b71
SL
17SOURCE[../../libfips.a]=rsa.c
18SOURCE[../../libnonfips.a]=rsa.c
6f5837dc
RL
19
20DEPEND[rsa.o]=../../common/include/prov/der_rsa.h
8c555803 21DEPEND[dsa.o]=../../common/include/prov/der_dsa.h