mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 03:00:26 +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
@@ -230,7 +230,7 @@ static void torture_options_set_pubkey_accepted_types(void **state) {
|
||||
/* simulate the SHA2 extension was negotiated */
|
||||
session->extensions = SSH_EXT_SIG_RSA_SHA256;
|
||||
|
||||
/* previous configuration did not list the SHA2 extension algoritms, so
|
||||
/* previous configuration did not list the SHA2 extension algorithms, so
|
||||
* it should not be used */
|
||||
type = ssh_key_type_to_hash(session, SSH_KEYTYPE_RSA);
|
||||
assert_int_equal(type, SSH_DIGEST_SHA1);
|
||||
|
||||
Reference in New Issue
Block a user