diff options
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/config.mk | 1 | ||||
-rw-r--r-- | source4/torture/local/local.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 03b4304e24..db4a554596 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -8,6 +8,7 @@ PRIVATE_PROTO_HEADER = \ OBJ_FILES = \ iconv.o \ ../../lib/talloc/testsuite.o \ + ../../lib/crypto/md5test.o \ ../../lib/crypto/sha1test.o \ ../../lib/crypto/hmacsha1test.o \ messaging.o \ 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++) |