diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-11 11:23:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:28 -0500 |
commit | a573ae9978c5224e9111c801b2c7caead92ff0ff (patch) | |
tree | 63cb03477daae98fc2f9b4c53028b155c1aa1639 /source4 | |
parent | 22cb98b042bd0c506810a67a9da08ea871d4ffa6 (diff) | |
download | samba-a573ae9978c5224e9111c801b2c7caead92ff0ff.tar.gz samba-a573ae9978c5224e9111c801b2c7caead92ff0ff.tar.bz2 samba-a573ae9978c5224e9111c801b2c7caead92ff0ff.zip |
r17491: I forgot to commit this...fix make test...sorry:-)
metze
(This used to be commit 408e507f0f333c01c74747ffca2d8458b970cdbc)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/local/local.c | 2 |
1 files changed, 2 insertions, 0 deletions
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)); |