diff common-kex.c @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents 04ede40a529a
children 220f55d540ae
line wrap: on
line diff
--- a/common-kex.c	Thu Nov 14 21:45:50 2013 +0800
+++ b/common-kex.c	Thu Nov 14 22:03:30 2013 +0800
@@ -685,7 +685,7 @@
 void kexecdh_comb_key(struct kex_ecdh_param *param, buffer *pub_them,
 		sign_key *hostkey) {
 	const struct dropbear_kex *algo_kex = ses.newkeys->algo_kex;
-	// public keys from client and server
+	/* public keys from client and server */
 	ecc_key *Q_C, *Q_S, *Q_them;
 
 	Q_them = buf_get_ecc_raw_pubkey(pub_them, algo_kex->ecc_curve);