mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bugzilla Bug 354565: improved an error message as suggested by Neil
Williams.
This commit is contained in:
parent
80b56f2e83
commit
4d79de55ec
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user