Mercurial > dropbear
diff kex.h @ 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 | c9b5017b0a7b |
line wrap: on
line diff
--- a/kex.h Tue Jan 23 23:27:40 2018 +0800 +++ b/kex.h Sat Feb 17 19:29:51 2018 +0800 @@ -51,7 +51,7 @@ #if DROPBEAR_CURVE25519 struct kex_curve25519_param *gen_kexcurve25519_param(void); void free_kexcurve25519_param(struct kex_curve25519_param *param); -void kexcurve25519_comb_key(struct kex_curve25519_param *param, buffer *pub_them, +void kexcurve25519_comb_key(const struct kex_curve25519_param *param, const buffer *pub_them, sign_key *hostkey); #endif