mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
r17493: fix typo
metze (This used to be commit 785c46ed375b99f5765c2d8a2c7c1aaf400119f8)
This commit is contained in:
parent
559158a3c9
commit
a889fef4b1
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user