From a889fef4b1632812da9be805f3eb82552581ab35 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 11 Aug 2006 11:47:11 +0000 Subject: r17493: fix typo metze (This used to be commit 785c46ed375b99f5765c2d8a2c7c1aaf400119f8) --- source4/lib/crypto/md5test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/crypto/md5test.c') diff --git a/source4/lib/crypto/md5test.c b/source4/lib/crypto/md5test.c index 6c2de9e675..89b0e55876 100644 --- a/source4/lib/crypto/md5test.c +++ b/source4/lib/crypto/md5test.c @@ -75,7 +75,7 @@ BOOL torture_local_crypto_md5(struct torture_context *torture) md5, MIN(testarray[i].md5.length, sizeof(md5))); if (e != 0) { - printf("hmacsha1 test[%u]: failed\n", i); + printf("md5 test[%u]: failed\n", i); dump_data(0, testarray[i].data.data, testarray[i].data.length); dump_data(0, testarray[i].md5.data, testarray[i].md5.length); dump_data(0, md5, sizeof(md5)); -- cgit