From b165e48b3e6023a21dc39acd883d56b274cd5d5f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 11 Aug 2006 13:13:03 +0000 Subject: r17494: add tests for the example values from rfc 1320 (MD4) metze (This used to be commit 5609ab2116e3568e4f1a82b3ae781f17a6ffb645) --- source4/torture/local/local.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/local/local.c') diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 45eceaf6ac..455d29d2ee 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -51,6 +51,7 @@ NTSTATUS torture_local_init(void) TALLOC_CTX *mem_ctx = talloc_autofree_context(); register_torture_op("LOCAL-TALLOC", torture_local_talloc); + register_torture_op("LOCAL-CRYPTO-MD4", torture_local_crypto_md4); register_torture_op("LOCAL-CRYPTO-MD5", torture_local_crypto_md5); register_torture_op("LOCAL-CRYPTO-SHA1", torture_local_crypto_sha1); register_torture_op("LOCAL-CRYPTO-HMACSHA1", torture_local_crypto_hmacsha1); -- cgit