From a573ae9978c5224e9111c801b2c7caead92ff0ff Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 11 Aug 2006 11:23:50 +0000 Subject: r17491: I forgot to commit this...fix make test...sorry:-) metze (This used to be commit 408e507f0f333c01c74747ffca2d8458b970cdbc) --- source4/torture/local/local.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/local/local.c') diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index cd1065325a..c7f7d2b91c 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -51,6 +51,8 @@ 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-SHA1", torture_local_crypto_sha1); + register_torture_op("LOCAL-CRYPTO-HMACSHA1", torture_local_crypto_hmacsha1); for (i = 0; suite_generators[i]; i++) torture_register_suite(suite_generators[i](mem_ctx)); -- cgit