Bugzilla Bug 354565: improved an error message as suggested by Neil

Williams.
This commit is contained in:
wtchang%redhat.com 2006-10-06 23:50:48 +00:00
parent 80b56f2e83
commit 4d79de55ec

View File

@ -2960,7 +2960,7 @@ void sha_test(char *reqfn)
}
msgLen = atoi(&buf[i]); /* in bits */
if (msgLen%8 != 0) {
fprintf(stderr, "SHA tests are configured for "
fprintf(stderr, "SHA tests are incorrectly configured for "
"BIT oriented implementations\n");
goto loser;
}