Skip to content

Commit

Permalink
Fix typo in crypt.c (libssh2#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis authored and willco007 committed Oct 20, 2017
1 parent 712c6cb commit 616fd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ crypt_none_crypt(LIBSSH2_SESSION * session, unsigned char *buf,

static const LIBSSH2_CRYPT_METHOD libssh2_crypt_method_none = {
"none",
"DEK-Info: NONE"
"DEK-Info: NONE",
8, /* blocksize (SSH2 defines minimum blocksize as 8) */
0, /* iv_len */
0, /* secret_len */
Expand Down

0 comments on commit 616fd4d

Please sign in to comment.