comparison session.h @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents 6c69e7df3621
children ff597bf2cfb0
comparison
equal deleted inserted replaced
856:f56c41030c15 857:c19acba28590
239 SESSION_RUNNING 239 SESSION_RUNNING
240 } cli_state; 240 } cli_state;
241 241
242 struct clientsession { 242 struct clientsession {
243 243
244 // XXX - move these to kexstate? 244 /* XXX - move these to kexstate? */
245 struct kex_dh_param *dh_param; 245 struct kex_dh_param *dh_param;
246 struct kex_ecdh_param *ecdh_param; 246 struct kex_ecdh_param *ecdh_param;
247 struct kex_curve25519_param *curve25519_param; 247 struct kex_curve25519_param *curve25519_param;
248 const struct dropbear_kex *param_kex_algo; /* KEX algorithm corresponding to current dh_e and dh_x */ 248 const struct dropbear_kex *param_kex_algo; /* KEX algorithm corresponding to current dh_e and dh_x */
249 249