comparison session.h @ 756:bf9dc2d9c2b1 ecc

more bits on ecc branch
author Matt Johnston <matt@ucc.asn.au>
date Wed, 27 Mar 2013 00:38:03 +0800
parents b07eb3dc23ec
children 76fba0856749
comparison
equal deleted inserted replaced
755:b07eb3dc23ec 756:bf9dc2d9c2b1
84 struct key_context { 84 struct key_context {
85 85
86 struct key_context_directional recv; 86 struct key_context_directional recv;
87 struct key_context_directional trans; 87 struct key_context_directional trans;
88 88
89 int algo_kex; 89 const struct dropbear_kex *algo_kex;
90 int algo_hostkey; 90 int algo_hostkey;
91 91
92 int allow_compress; /* whether compression has started (useful in 92 int allow_compress; /* whether compression has started (useful in
93 [email protected] delayed compression case) */ 93 [email protected] delayed compression case) */
94 }; 94 };