Mercurial > dropbear
diff kex.h @ 1676:d5cdc60db08e
ext-info handling for server-sig-algs
only client side is handled
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 19 May 2020 00:31:41 +0800 |
parents | c9b5017b0a7b |
children | 4b4cfc92c5b7 |
line wrap: on
line diff
--- a/kex.h Sun May 17 23:58:31 2020 +0800 +++ b/kex.h Tue May 19 00:31:41 2020 +0800 @@ -65,6 +65,8 @@ void send_msg_kexdh_init(void); /* client */ void recv_msg_kexdh_reply(void); /* client */ +void recv_msg_ext_info(void); + struct KEXState { unsigned sentkexinit : 1; /*set when we've sent/recv kexinit packet */