Update of /home/cvs/gsasl/lib/tests
In directory dopio:/tmp/cvs-serv22738/lib/tests
Modified Files:
test-gc-hmac-md5.c test-gc-md5.c
Log Message:
Sync gnulib.
--- /home/cvs/gsasl/lib/tests/test-gc-hmac-md5.c 2005/10/23 17:45:07
1.1
+++ /home/cvs/gsasl/lib/tests/test-gc-hmac-md5.c 2005/11/30 15:22:49
1.2
@@ -66,7 +66,7 @@
if (memcmp (digest, out, 16) != 0)
{
size_t i;
- printf ("hash 1 missmatch. expected:\n");
+ printf ("hash 1 mismatch. expected:\n");
for (i = 0; i < 16; i++)
printf ("%02x ", digest[i] & 0xFF);
printf ("\ncomputed:\n");
--- /home/cvs/gsasl/lib/tests/test-gc-md5.c 2005/10/23 17:45:07 1.1
+++ /home/cvs/gsasl/lib/tests/test-gc-md5.c 2005/11/30 15:22:49 1.2
@@ -59,7 +59,7 @@
if (memcmp (out, expect, 16) != 0)
{
size_t i;
- printf ("md5 1 missmatch. expected:\n");
+ printf ("md5 1 mismatch. expected:\n");
for (i = 0; i < 16; i++)
printf ("%02x ", expect[i] & 0xFF);
printf ("\ncomputed:\n");
@@ -78,7 +78,7 @@
if (memcmp (out, expect, 16) != 0)
{
size_t i;
- printf ("md5 2 missmatch. expected:\n");
+ printf ("md5 2 mismatch. expected:\n");
for (i = 0; i < 16; i++)
printf ("%02x ", expect[i] & 0xFF);
printf ("\ncomputed:\n");
@@ -113,7 +113,7 @@
if (memcmp (p, expect, 16) != 0)
{
size_t i;
- printf ("md5 3 missmatch. expected:\n");
+ printf ("md5 3 mismatch. expected:\n");
for (i = 0; i < 16; i++)
printf ("%02x ", expect[i] & 0xFF);
printf ("\ncomputed:\n");
_______________________________________________
Gsasl-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gsasl-commit