Skip to content

Commit a990a82

Browse files
committed
mp_clear_multi - reverse the order
1 parent 6200f30 commit a990a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pk/dsa/dsa_verify_key.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ int dsa_int_validate_pqg(dsa_key *key, int *stat)
9191
err = CRYPT_OK;
9292
*stat = 1;
9393
error:
94-
mp_clear_multi(tmp1, tmp2, NULL);
94+
mp_clear_multi(tmp2, tmp1, NULL);
9595
return err;
9696
}
9797

0 commit comments

Comments
 (0)