diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-04-03 00:32:55 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-04-03 00:32:55 +0800 |
commit | 78fbed8c3eda1d7f3e0ffa41b54cd3c6ae31a0fe (patch) | |
tree | 79a3875e37e1a82c31b89a7b0f4f6410c8423355 /session.h | |
parent | f267ca1f3a51a465ee98d0cfd230c40ddfeda332 (diff) |
Don't usually need to recalculate dh_e for the repeated kexdh_init packet
--HG--
branch : kexguess
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -241,6 +241,7 @@ typedef enum { struct clientsession { mp_int *dh_e, *dh_x; /* Used during KEX */ + int dh_val_algo; /* KEX algorithm corresponding to current dh_e and dh_x */ cli_kex_state kex_state; /* Used for progressing KEX */ cli_state state; /* Used to progress auth/channelsession etc */ unsigned donefirstkex : 1; /* Set when we set sentnewkeys, never reset */ |