Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
[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 $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 IF[{- !$disabled{ec} -}]
16   SOURCE[$EC_GOAL]=ec_kmgmt.c
17 ENDIF
18 IF[{- !$disabled{ec} -}]
19   SOURCE[$ECX_GOAL]=ecx_kmgmt.c
20 ENDIF
21
22 SOURCE[../../libfips.a]=rsa_kmgmt.c
23 SOURCE[../../libnonfips.a]=rsa_kmgmt.c