We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330b980 commit d3cbfd5Copy full SHA for d3cbfd5
bn_mp_prime_next_prime.c
@@ -68,7 +68,7 @@ mp_err mp_prime_next_prime(mp_int *a, int t, int bbs_style)
68
if ((a->dp[0] & 3u) != 3u) {
69
if ((err = mp_sub_d(a, (a->dp[0] & 3u) + 1u, a)) != MP_OKAY) {
70
return err;
71
- };
+ }
72
}
73
} else {
74
if (MP_IS_EVEN(a)) {
0 commit comments