mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 18:28:10 +09:00
Fix various spelling issues reported by codespell
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
(cherry picked from commit 97c9ac2f58)
This commit is contained in:
committed by
Andreas Schneider
parent
e3d0f60281
commit
bff436695b
@@ -690,7 +690,7 @@ static void torture_pki_rsa_key_size(void **state)
|
||||
rc = ssh_pki_signature_verify(session, sign, pubkey, INPUT, sizeof(INPUT));
|
||||
assert_ssh_return_code(session, rc);
|
||||
|
||||
/* Set the minumum RSA key size to 4k */
|
||||
/* Set the minimum RSA key size to 4k */
|
||||
rc = ssh_options_set(session, SSH_OPTIONS_RSA_MIN_SIZE, &length);
|
||||
assert_ssh_return_code(session, rc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user