Skip to content

Commit 91474f6

Browse files
committed
remove useless initialization
1 parent 7395cc6 commit 91474f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bn_mp_sqrtmod_prime.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ mp_err mp_sqrtmod_prime(const mp_int *n, const mp_int *prime, mp_int *ret)
8181
/* M = S */
8282
mp_set_int(&two, 2uL);
8383

84-
res = MP_VAL;
8584
while (1) {
8685
if ((res = mp_copy(&T, &t1)) != MP_OKAY) goto cleanup;
8786
i = 0;

0 commit comments

Comments
 (0)