diff options
Diffstat (limited to 'source4/lib/crypto/md5test.c')
-rw-r--r-- | source4/lib/crypto/md5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |