We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb753a9 commit cfbde48Copy full SHA for cfbde48
sha256_test.c
@@ -55,7 +55,7 @@ int sha256_test()
55
56
int main()
57
{
58
- printf("SHA-256 tests: %s\n", sha256_test() ? "SUCCEEDED" : "FAILEd");
+ printf("SHA-256 tests: %s\n", sha256_test() ? "SUCCEEDED" : "FAILED");
59
60
return(0);
61
}
0 commit comments