aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-04-15 09:49:25 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-04-15 09:49:25 +0200
commite2805abbf7b4976a7eeeee3a215d00bd23aa14ef (patch)
tree17ea4e189f998f257918a2651cf6e51e0ca78879 /include
parent79d51099ac3273aa73c3bd3bd047b3fa996fef18 (diff)
downloadlibssh-e2805abbf7b4976a7eeeee3a215d00bd23aa14ef.tar.gz
libssh-e2805abbf7b4976a7eeeee3a215d00bd23aa14ef.tar.xz
libssh-e2805abbf7b4976a7eeeee3a215d00bd23aa14ef.zip
Revert "kex: server fix for first_kex_packet_follows"
The patch breaks the client with ECDSA. This reverts commit 5865b9436fda96ac9fc7c18e4dffe5fb12dcc515.
Diffstat (limited to 'include')
-rw-r--r--include/libssh/session.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index 29bdd60b..8480135d 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -127,15 +127,6 @@ struct ssh_session_struct {
struct ssh_agent_state_struct *agent_state;
struct ssh_auth_auto_state_struct *auth_auto_state;
- /*
- * RFC 4253, 7.1: if the first_kex_packet_follows flag was set in
- * the received SSH_MSG_KEXINIT, but the guess was wrong, this
- * field will be set such that the following guessed packet will
- * be ignored. Once that packet has been received and ignored,
- * this field is cleared.
- */
- int first_kex_follows_guess_wrong;
-
ssh_buffer in_hashbuf;
ssh_buffer out_hashbuf;
struct ssh_crypto_struct *current_crypto;