summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-06-04 09:25:16 -0700
committerAndrew Tridgell <tridge@samba.org>2008-06-04 09:25:16 -0700
commitbc8c2a50e8a2467721e1739b28a6f4ce96162f4f (patch)
treecb6cff5e427212b15ace82903f6590c1f5544c93 /source4/lib/crypto/config.mk
parent70219bee139445ab6116def04e25c245871f8391 (diff)
parent71ce9975fa06948d95b2bf9184dbef113813337a (diff)
downloadsamba-bc8c2a50e8a2467721e1739b28a6f4ce96162f4f.tar.gz
samba-bc8c2a50e8a2467721e1739b28a6f4ce96162f4f.tar.bz2
samba-bc8c2a50e8a2467721e1739b28a6f4ce96162f4f.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit d206517f90ac02e829193c5a17e5df25059cf18d)
Diffstat (limited to 'source4/lib/crypto/config.mk')
-rw-r--r--source4/lib/crypto/config.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/lib/crypto/config.mk b/source4/lib/crypto/config.mk
index fb1c1bf6ce..c35280abda 100644
--- a/source4/lib/crypto/config.mk
+++ b/source4/lib/crypto/config.mk
@@ -6,14 +6,13 @@
LIBCRYPTO_OBJ_FILES = $(addprefix $(libcryptosrcdir)/, \
crc32.o md5.o hmacmd5.o md4.o \
- arcfour.o sha1.o hmacsha1.o hmacsha256.o)
-
+ arcfour.o hmacsha256.o)
[MODULE::TORTURE_LIBCRYPTO]
SUBSYSTEM = smbtorture
PRIVATE_DEPENDENCIES = LIBCRYPTO
TORTURE_LIBCRYPTO_OBJ_FILES = $(addprefix $(libcryptosrcdir)/, \
- md4test.o md5test.o hmacmd5test.o sha1test.o hmacsha1test.o)
+ md4test.o md5test.o hmacmd5test.o)
$(eval $(call proto_header_template,$(libcryptosrcdir)/test_proto.h,$(TORTURE_LIBCRYPTO_OBJ_FILES:.o=.c)))