Providers: move common exchange,kdfs,keymgmt,macs,signature
[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
6 IF[{- !$disabled{dsa} -}]
7   SOURCE[$DSA_GOAL]=dsa.c
8 ENDIF
9
10