diff session.h @ 848:6c69e7df3621 ecc

curve25519
author Matt Johnston <matt@ucc.asn.au>
date Fri, 08 Nov 2013 23:11:43 +0800
parents 7dcb46da72d9
children c19acba28590
line wrap: on
line diff
--- a/session.h	Fri Nov 01 00:21:59 2013 +0800
+++ b/session.h	Fri Nov 08 23:11:43 2013 +0800
@@ -244,6 +244,7 @@
 	// XXX - move these to kexstate?
 	struct kex_dh_param *dh_param;
 	struct kex_ecdh_param *ecdh_param;
+	struct kex_curve25519_param *curve25519_param;
 	const struct dropbear_kex *param_kex_algo; /* KEX algorithm corresponding to current dh_e and dh_x */
 
 	cli_kex_state kex_state; /* Used for progressing KEX */