2a79b39b33dbe4803a7078c468a1931fe24959ca
[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 $ECX_GOAL=../../libimplementations.a
8
9 IF[{- !$disabled{dh} -}]
10   SOURCE[$DH_GOAL]=dh_kmgmt.c
11 ENDIF
12 IF[{- !$disabled{dsa} -}]
13   SOURCE[$DSA_GOAL]=dsa_kmgmt.c
14 ENDIF
15 SOURCE[$RSA_GOAL]=rsa_kmgmt.c
16 SOURCE[$ECX_GOAL]=ecx_kmgmt.c