[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
[oweals/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 $EC_GOAL=../../libimplementations.a
7 $RSA_GOAL=../../libimplementations.a
8 $ECX_GOAL=../../libimplementations.a
9
10 IF[{- !$disabled{dh} -}]
11   SOURCE[$DH_GOAL]=dh_kmgmt.c
12 ENDIF
13 IF[{- !$disabled{dsa} -}]
14   SOURCE[$DSA_GOAL]=dsa_kmgmt.c
15 ENDIF
16 IF[{- !$disabled{ec} -}]
17   SOURCE[$EC_GOAL]=ec_kmgmt.c
18 ENDIF
19 SOURCE[$RSA_GOAL]=rsa_kmgmt.c
20 IF[{- !$disabled{ec} -}]
21   SOURCE[$ECX_GOAL]=ecx_kmgmt.c
22 ENDIF