r17493: fix typo
authorStefan Metzmacher <metze@samba.org>
Fri, 11 Aug 2006 11:47:11 +0000 (11:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:29 +0000 (14:15 -0500)
metze

source/lib/crypto/md5test.c

index 6c2de9e6757aa41218f04c0c2ff64ee1e5a162f6..89b0e55876d119f7fca93b4ae710561d92da4f70 100644 (file)
@@ -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));