summaryrefslogtreecommitdiff
path: root/lib/crypto/wscript_build
blob: 1b6a03d32e4fb73249baaca8e06651bf33d406ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python

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'
	)