Skip to content

Commit 53ed4be

Browse files
committed
Fix typo
1 parent d8beb37 commit 53ed4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ssh-rsa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ ssh_rsa_deserialize_public(const char *ktype, struct sshbuf *b,
202202
goto out;
203203
}
204204
if (rsa_bitlen(rsa_n, rsa_nlen) < SSH_RSA_MINIMUM_MODULUS_SIZE) {
205-
err = SSH_ERR_KEY_LENGTH;
205+
ret = SSH_ERR_KEY_LENGTH;
206206
goto out;
207207
}
208208

0 commit comments

Comments
 (0)