New RSA keymgmt implementation to handle import / export of RSA keys
[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