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/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 c7f7d2b91c..45eceaf6ac 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-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); for (i = 0; suite_generators[i]; i++) -- cgit