]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/signature/build.info
PROV: add RSA signature implementation
[thirdparty/openssl.git] / providers / implementations / signature / build.info
index a9687fc92969010d3f62fe779dc19178c02e470c..22b55dcf54eb0863a52d27ac3993cf22190d13d6 100644 (file)
@@ -2,9 +2,12 @@
 # switch each to the Legacy provider when needed.
 
 $DSA_GOAL=../../libimplementations.a
+$RSA_GOAL=../../libimplementations.a
 
 IF[{- !$disabled{dsa} -}]
   SOURCE[$DSA_GOAL]=dsa.c
 ENDIF
 
+SOURCE[$RSA_GOAL]=rsa.c
+