Skip to content

Commit 62d64cd

Browse files
committed
Revert "Temp checkpoint."
This reverts commit 3db1f6e.
1 parent 9abcc4e commit 62d64cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssh-rsa.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ ssh_rsa_cleanup(struct sshkey *k)
6767
static int
6868
ssh_rsa_equal(const struct sshkey *a, const struct sshkey *b)
6969
{
70-
const BIGNUM *rsa_e_a = NULL, *rsa_n_a = NULL;
71-
const BIGNUM *rsa_e_b = NULL, *rsa_n_b = NULL;
70+
const BIGNUM *rsa_e_a, *rsa_n_a;
71+
const BIGNUM *rsa_e_b, *rsa_n_b;
7272

7373
if (a->rsa == NULL || b->rsa == NULL)
7474
return 0;

0 commit comments

Comments
 (0)