s3-torture: introduce test_cli_read()
[Samba/gebeck_regimport.git] / lib / crypto / wscript_build
blob7bc4eb7dd049616eded835bf31b3ae15787c42d1
1 #!/usr/bin/env python
3 bld.SAMBA_SUBSYSTEM('LIBCRYPTO',
4 source='crc32.c md5.c hmacmd5.c md4.c arcfour.c sha256.c hmacsha256.c aes.c rijndael-alg-fst.c',
5 deps='talloc'
9 bld.SAMBA_SUBSYSTEM('TORTURE_LIBCRYPTO',
10 source='md4test.c md5test.c hmacmd5test.c',
11 autoproto='test_proto.h',
12 deps='LIBCRYPTO'