5 if bld
.CONFIG_SET('HAVE_BSD_MD5_H'):
7 elif not bld
.CONFIG_SET('HAVE_COMMONCRYPTO_COMMONDIGEST_H'):
8 extra_source
+= ' md5.c'
10 bld
.SAMBA_SUBSYSTEM('LIBCRYPTO',
11 source
='''crc32.c hmacmd5.c md4.c arcfour.c sha256.c hmacsha256.c
12 aes.c rijndael-alg-fst.c aes_cmac_128.c aes_ccm_128.c
14 deps
='talloc' + extra_deps
17 bld
.SAMBA_SUBSYSTEM('TORTURE_LIBCRYPTO',
18 source
='md4test.c md5test.c hmacmd5test.c aes_cmac_128_test.c',
19 autoproto
='test_proto.h',