]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/legacy/digests/build.info
rename the digest provider files to avoid any name clashes with other folders
[thirdparty/openssl.git] / providers / legacy / digests / build.info
index c4e1278ac28b0567e9197c6ed60036f5253f2619..538afd4c075bc86336c7117f9723d1fb490ec37e 100644 (file)
@@ -1,4 +1,24 @@
 IF[{- !$disabled{md2} -}]
   SOURCE[../../legacy]=\
-          md2.c
+          md2_prov.c
 ENDIF
+
+IF[{- !$disabled{md4} -}]
+  SOURCE[../../legacy]=\
+          md4_prov.c
+ENDIF
+
+IF[{- !$disabled{mdc2} -}]
+  SOURCE[../../legacy]=\
+          mdc2_prov.c
+ENDIF
+
+IF[{- !$disabled{whirlpool} -}]
+  SOURCE[../../legacy]=\
+          wp_prov.c
+ENDIF
+
+IF[{- !$disabled{rmd160} -}]
+  SOURCE[../../legacy]=\
+          ripemd_prov.c
+ENDIF
\ No newline at end of file