]> git.ipfire.org Git - thirdparty/openssl.git/blob - 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
1 IF[{- !$disabled{md2} -}]
2 SOURCE[../../legacy]=\
3 md2_prov.c
4 ENDIF
5
6 IF[{- !$disabled{md4} -}]
7 SOURCE[../../legacy]=\
8 md4_prov.c
9 ENDIF
10
11 IF[{- !$disabled{mdc2} -}]
12 SOURCE[../../legacy]=\
13 mdc2_prov.c
14 ENDIF
15
16 IF[{- !$disabled{whirlpool} -}]
17 SOURCE[../../legacy]=\
18 wp_prov.c
19 ENDIF
20
21 IF[{- !$disabled{rmd160} -}]
22 SOURCE[../../legacy]=\
23 ripemd_prov.c
24 ENDIF