mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
typo in comment
[originally from svn r4923]
This commit is contained in:
parent
96a5923cc3
commit
d0992ade3d
2
ssh.c
2
ssh.c
@ -4732,7 +4732,7 @@ static int do_ssh2_transport(Ssh ssh, unsigned char *in, int inlen,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* We've sent client NEWKEYS, so create and initialise
|
* We've sent client NEWKEYS, so create and initialise
|
||||||
* client-to-servere session keys.
|
* client-to-server session keys.
|
||||||
*/
|
*/
|
||||||
if (ssh->cs_cipher_ctx)
|
if (ssh->cs_cipher_ctx)
|
||||||
ssh->cscipher->free_context(ssh->cs_cipher_ctx);
|
ssh->cscipher->free_context(ssh->cs_cipher_ctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user