diff common-kex.c @ 1511:5916af64acd4 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Sat, 17 Feb 2018 19:29:51 +0800
parents a90fdd2d2ed8 06d52bcb8094
children 2f64cb3d3007
line wrap: on
line diff
--- a/common-kex.c	Tue Jan 23 23:27:40 2018 +0800
+++ b/common-kex.c	Sat Feb 17 19:29:51 2018 +0800
@@ -721,7 +721,7 @@
 	m_free(param);
 }
 
-void kexcurve25519_comb_key(struct kex_curve25519_param *param, buffer *buf_pub_them,
+void kexcurve25519_comb_key(const struct kex_curve25519_param *param, const buffer *buf_pub_them,
 	sign_key *hostkey) {
 	unsigned char out[CURVE25519_LEN];
 	const unsigned char* Q_C = NULL;