1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-04 21:12:47 -05:00

Log the hash used for DH kex (now there's a choice).

[originally from svn r6605]
This commit is contained in:
Jacob Nevins
2006-03-12 15:39:19 +00:00
parent 8e368671cc
commit 2cf27e43bb
4 changed files with 5 additions and 3 deletions

1
ssh.h
View File

@ -190,6 +190,7 @@ struct ssh_hash {
void (*bytes)(void *, void *, int);
void (*final)(void *, unsigned char *); /* also frees context */
int hlen; /* output length in bytes */
char *text_name;
};
struct ssh_kex {