mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-03 04:22:47 -05:00
Log the hash used for DH kex (now there's a choice).
[originally from svn r6605]
This commit is contained in:
3
ssh.c
3
ssh.c
@ -5519,7 +5519,8 @@ static int do_ssh2_transport(Ssh ssh, void *vin, int inlen,
|
||||
ssh->kex->groupname);
|
||||
}
|
||||
|
||||
logevent("Doing Diffie-Hellman key exchange");
|
||||
logeventf(ssh, "Doing Diffie-Hellman key exchange with hash %s",
|
||||
ssh->kex->hash->text_name);
|
||||
/*
|
||||
* Now generate and send e for Diffie-Hellman.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user