comparison 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
comparison
equal deleted inserted replaced
1457:32f990cc96b1 1511:5916af64acd4
49 #endif 49 #endif
50 50
51 #if DROPBEAR_CURVE25519 51 #if DROPBEAR_CURVE25519
52 struct kex_curve25519_param *gen_kexcurve25519_param(void); 52 struct kex_curve25519_param *gen_kexcurve25519_param(void);
53 void free_kexcurve25519_param(struct kex_curve25519_param *param); 53 void free_kexcurve25519_param(struct kex_curve25519_param *param);
54 void kexcurve25519_comb_key(struct kex_curve25519_param *param, buffer *pub_them, 54 void kexcurve25519_comb_key(const struct kex_curve25519_param *param, const buffer *pub_them,
55 sign_key *hostkey); 55 sign_key *hostkey);
56 #endif 56 #endif
57 57
58 #ifndef DISABLE_ZLIB 58 #ifndef DISABLE_ZLIB
59 int is_compress_trans(void); 59 int is_compress_trans(void);