New RSA keymgmt implementation to handle import / export of RSA keys
[openssl.git] / providers / implementations / keymgmt / build.info
index dc6039b02d5e483f7d3b07a20901002dd0f56afe..f4a9d1a5deb95a3d3c749a3b13da8de6648a4388 100644 (file)
@@ -3,6 +3,7 @@
 
 $DH_GOAL=../../libimplementations.a
 $DSA_GOAL=../../libimplementations.a
+$RSA_GOAL=../../libimplementations.a
 
 IF[{- !$disabled{dh} -}]
   SOURCE[$DH_GOAL]=dh_kmgmt.c
@@ -10,3 +11,4 @@ ENDIF
 IF[{- !$disabled{dsa} -}]
   SOURCE[$DSA_GOAL]=dsa_kmgmt.c
 ENDIF
+SOURCE[$RSA_GOAL]=rsa_kmgmt.c