svn commit: samba r17493 - in branches/SAMBA_4_0/source/lib/crypto: .

metze at samba.org metze at samba.org
Fri Aug 11 11:47:11 GMT 2006


Author: metze
Date: 2006-08-11 11:47:11 +0000 (Fri, 11 Aug 2006)
New Revision: 17493

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17493

Log:
fix typo

metze
Modified:
   branches/SAMBA_4_0/source/lib/crypto/md5test.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/crypto/md5test.c
===================================================================
--- branches/SAMBA_4_0/source/lib/crypto/md5test.c	2006-08-11 11:26:58 UTC (rev 17492)
+++ branches/SAMBA_4_0/source/lib/crypto/md5test.c	2006-08-11 11:47:11 UTC (rev 17493)
@@ -75,7 +75,7 @@
 			   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));



More information about the samba-cvs mailing list