From 559158a3c932cbe20a842e4a8ea46aea42403c2f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 11 Aug 2006 11:26:58 +0000 Subject: r17492: add a test with the example values from rfc1321 (MD5) metze (This used to be commit bb1e4954f9aa60858a2c5b2f798f10fd75849b42) --- source4/torture/local/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/local/config.mk') diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 03b4304e24..db4a554596 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -8,6 +8,7 @@ PRIVATE_PROTO_HEADER = \ OBJ_FILES = \ iconv.o \ ../../lib/talloc/testsuite.o \ + ../../lib/crypto/md5test.o \ ../../lib/crypto/sha1test.o \ ../../lib/crypto/hmacsha1test.o \ messaging.o \ -- cgit