c5d0645a8a7fda12d7e4e37b0e1b6745770d4e6a
[openssl.git] / providers / implementations / signature / build.info
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
5 $RSA_GOAL=../../libimplementations.a
6 $EC_GOAL=../../libimplementations.a
7
8 IF[{- !$disabled{dsa} -}]
9   SOURCE[$DSA_GOAL]=dsa.c
10 ENDIF
11
12 IF[{- !$disabled{ec} -}]
13   SOURCE[$EC_GOAL]=eddsa.c
14 ENDIF
15
16 SOURCE[$RSA_GOAL]=rsa.c
17
18