summaryrefslogtreecommitdiff
path: root/lib/crypto/wscript_build
blob: 521cc9006a0881fa0e639a9ece88c5b25a873798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
bld.SAMBA_SUBSYSTEM('LIBCRYPTO',
	source='crc32.c md5.c hmacmd5.c md4.c arcfour.c sha256.c hmacsha256.c aes.c rijndael-alg-fst.c',
        deps='talloc'
	)


bld.SAMBA_SUBSYSTEM('TORTURE_LIBCRYPTO',
	source='md4test.c md5test.c hmacmd5test.c',
	autoproto='test_proto.h',
	deps='LIBCRYPTO'
	)