diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-11 11:47:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:29 -0500 |
commit | a889fef4b1632812da9be805f3eb82552581ab35 (patch) | |
tree | ed76ac678149e582aef803021aecb2ee31ad8ee7 /source4 | |
parent | 559158a3c932cbe20a842e4a8ea46aea42403c2f (diff) | |
download | samba-a889fef4b1632812da9be805f3eb82552581ab35.tar.gz samba-a889fef4b1632812da9be805f3eb82552581ab35.tar.bz2 samba-a889fef4b1632812da9be805f3eb82552581ab35.zip |
r17493: fix typo
metze
(This used to be commit 785c46ed375b99f5765c2d8a2c7c1aaf400119f8)
Diffstat (limited to 'source4')
-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)); |