Improve code reuse in the provider MAC bridge
[openssl.git] / providers / implementations / signature / build.info
index 087da2f54f7688a6045b749e17570d835c127c37..5a813083b2c1314798215650d14d456e6bad80ae 100644 (file)
@@ -3,7 +3,6 @@
 
 $DSA_GOAL=../../libimplementations.a
 $EC_GOAL=../../libimplementations.a
-$MAC_GOAL=../../libimplementations.a
 
 IF[{- !$disabled{dsa} -}]
   SOURCE[$DSA_GOAL]=dsa.c
@@ -22,4 +21,5 @@ DEPEND[rsa.o]=../../common/include/prov/der_rsa.h
 DEPEND[dsa.o]=../../common/include/prov/der_dsa.h
 DEPEND[ecdsa.o]=../../common/include/prov/der_ec.h
 
-SOURCE[$MAC_GOAL]=mac_legacy.c
\ No newline at end of file
+SOURCE[../../libfips.a]=mac_legacy.c
+SOURCE[../../libnonfips.a]=mac_legacy.c