Add RSA sign to the fips provider
[openssl.git] / providers / implementations / signature / build.info
index c5d0645a8a7fda12d7e4e37b0e1b6745770d4e6a..bb229be90de809d975635a2e93612fd85a4ce265 100644 (file)
@@ -2,7 +2,6 @@
 # switch each to the Legacy provider when needed.
 
 $DSA_GOAL=../../libimplementations.a
-$RSA_GOAL=../../libimplementations.a
 $EC_GOAL=../../libimplementations.a
 
 IF[{- !$disabled{dsa} -}]
@@ -13,6 +12,5 @@ IF[{- !$disabled{ec} -}]
   SOURCE[$EC_GOAL]=eddsa.c
 ENDIF
 
-SOURCE[$RSA_GOAL]=rsa.c
-
-
+SOURCE[../../libfips.a]=rsa.c
+SOURCE[../../libnonfips.a]=rsa.c