22b55dcf54eb0863a52d27ac3993cf22190d13d6
[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
7 IF[{- !$disabled{dsa} -}]
8   SOURCE[$DSA_GOAL]=dsa.c
9 ENDIF
10
11 SOURCE[$RSA_GOAL]=rsa.c
12
13