mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 11:10:28 +09:00
Fix typos detected with new codespell
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
@@ -213,7 +213,7 @@ cipher_set_encrypt_key_cbc(struct ssh_cipher_struct *cipher,
|
||||
goto error;
|
||||
}
|
||||
|
||||
/* libssh only encypts and decrypts packets that are multiples of a block
|
||||
/* libssh only encrypts and decrypts packets that are multiples of a block
|
||||
* size, and no padding is used */
|
||||
rc = mbedtls_cipher_set_padding_mode(&cipher->encrypt_ctx,
|
||||
MBEDTLS_PADDING_NONE);
|
||||
|
||||
Reference in New Issue
Block a user