521cc9006a0881fa0e639a9ece88c5b25a873798
[nivanova/samba-autobuild/.git] / lib / crypto / wscript_build
1 bld.SAMBA_SUBSYSTEM('LIBCRYPTO',
2         source='crc32.c md5.c hmacmd5.c md4.c arcfour.c sha256.c hmacsha256.c aes.c rijndael-alg-fst.c',
3         deps='talloc'
4         )
5
6
7 bld.SAMBA_SUBSYSTEM('TORTURE_LIBCRYPTO',
8         source='md4test.c md5test.c hmacmd5test.c',
9         autoproto='test_proto.h',
10         deps='LIBCRYPTO'
11         )
12