]> git.ipfire.org Git - thirdparty/openssl.git/blob - providers/implementations/keymgmt/build.info
f4a9d1a5deb95a3d3c749a3b13da8de6648a4388
[thirdparty/openssl.git] / providers / implementations / keymgmt / 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 $DH_GOAL=../../libimplementations.a
5 $DSA_GOAL=../../libimplementations.a
6 $RSA_GOAL=../../libimplementations.a
7
8 IF[{- !$disabled{dh} -}]
9 SOURCE[$DH_GOAL]=dh_kmgmt.c
10 ENDIF
11 IF[{- !$disabled{dsa} -}]
12 SOURCE[$DSA_GOAL]=dsa_kmgmt.c
13 ENDIF
14 SOURCE[$RSA_GOAL]=rsa_kmgmt.c