We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff8320 commit 0c115a1Copy full SHA for 0c115a1
1 file changed
src/pk/ecc/ecc_sign_hash.c
@@ -96,7 +96,7 @@ static int _ecc_sign_hash(const unsigned char *in, unsigned long inlen,
96
} while (--max_iterations > 0);
97
98
if (max_iterations == 0) {
99
- goto errnokey;
+ goto errnokey;
100
}
101
102
if (sigformat == 1) {
0 commit comments