Rework how our providers are built
[openssl.git] / providers / legacy / digests / build.info
index 2c85970ddec11d33a3f70504a3184e56d5449cfe..4e1aeb6dddc747c899f757f68ac40b8d486bf945 100644 (file)
@@ -1,30 +1,21 @@
-IF[{- $disabled{module} -}]
-  $GOAL=../../../libcrypto
-ELSE
-  $GOAL=../../legacy
-ENDIF
+$GOAL=../../liblegacy.a
 
 IF[{- !$disabled{md2} -}]
-  SOURCE[$GOAL]=\
-          md2_prov.c
+  SOURCE[$GOAL]=md2_prov.c
 ENDIF
 
 IF[{- !$disabled{md4} -}]
-  SOURCE[$GOAL]=\
-          md4_prov.c
+  SOURCE[$GOAL]=md4_prov.c
 ENDIF
 
 IF[{- !$disabled{mdc2} -}]
-  SOURCE[$GOAL]=\
-          mdc2_prov.c
+  SOURCE[$GOAL]=mdc2_prov.c
 ENDIF
 
 IF[{- !$disabled{whirlpool} -}]
-  SOURCE[$GOAL]=\
-          wp_prov.c
+  SOURCE[$GOAL]=wp_prov.c
 ENDIF
 
 IF[{- !$disabled{rmd160} -}]
-  SOURCE[$GOAL]=\
-          ripemd_prov.c
-ENDIF
\ No newline at end of file
+  SOURCE[$GOAL]=ripemd_prov.c
+ENDIF