summaryrefslogtreecommitdiff
path: root/source4/torture/local/local.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/local/local.c')
-rw-r--r--source4/torture/local/local.c1
1 files changed, 1 insertions, 0 deletions
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);