]> git.ipfire.org Git - thirdparty/openssl.git/blame - providers/default/digests/build.info
Coverity fixes
[thirdparty/openssl.git] / providers / default / digests / build.info
CommitLineData
d5e5e2ff
SL
1SOURCE[../../../libcrypto]=\
2 null.c
3
4IF[{- !$disabled{blake2} -}]
5 SOURCE[../../../libcrypto]=\
6 blake2.c blake2b.c blake2s.c
7ENDIF
8
9IF[{- !$disabled{sm3} -}]
10 SOURCE[../../../libcrypto]=\
11 sm3.c
12ENDIF
13
14IF[{- !$disabled{md5} -}]
15 SOURCE[../../../libcrypto]=\
16 md5.c md5_sha1.c
17ENDIF