mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-21 14:00:51 +03:00
Fix typo in crypt.c (#218)
This commit is contained in:
@@ -53,7 +53,7 @@ crypt_none_crypt(LIBSSH2_SESSION * session, unsigned char *buf,
|
|||||||
|
|
||||||
static const LIBSSH2_CRYPT_METHOD libssh2_crypt_method_none = {
|
static const LIBSSH2_CRYPT_METHOD libssh2_crypt_method_none = {
|
||||||
"none",
|
"none",
|
||||||
"DEK-Info: NONE"
|
"DEK-Info: NONE",
|
||||||
8, /* blocksize (SSH2 defines minimum blocksize as 8) */
|
8, /* blocksize (SSH2 defines minimum blocksize as 8) */
|
||||||
0, /* iv_len */
|
0, /* iv_len */
|
||||||
0, /* secret_len */
|
0, /* secret_len */
|
||||||
|
|||||||
Reference in New Issue
Block a user