]> git.ipfire.org Git - thirdparty/openssl.git/blob - providers/implementations/signature/build.info
6f19ca83f6bd4b0616cea9f8ef8458c47ba961df
[thirdparty/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 $EC_GOAL=../../libimplementations.a
6 $ECDSA_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 SOURCE[$ECDSA_GOAL]=ecdsa.c
15 ENDIF
16
17 SOURCE[../../libfips.a]=rsa.c
18 SOURCE[../../libnonfips.a]=rsa.c