summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/config.mk
blob: f7a8d2060495cdce7009d031fb285d9dcbca082f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
##############################
# Start SUBSYSTEM LIBCRYPTO
[SUBSYSTEM::LIBCRYPTO]
OBJ_FILES = \
		crc32.o \
		md5.o \
		hmacmd5.o \
		md4.o \
		arcfour.o \
		sha1.o \
		hmacsha1.o
# End SUBSYSTEM LIBCRYPTO
##############################

[MODULE::TORTURE_LIBCRYPTO]
OBJ_FILES = \
		md4test.o \
		md5test.o \
		hmacmd5test.o \
		sha1test.o \
		hmacsha1test.o
SUBSYSTEM = torture
PRIVATE_DEPENDENCIES = LIBCRYPTO
PRIVATE_PROTO_HEADER = test_proto.h