diff kex.h @ 1678:4b4cfc92c5b7

Make server send SSH_MSG_EXT_INFO Ensure that only valid hostkey algorithms are sent in the first kex guess
author Matt Johnston <matt@ucc.asn.au>
date Thu, 21 May 2020 23:00:22 +0800
parents d5cdc60db08e
children 435cfb9ec96e
line wrap: on
line diff
--- a/kex.h	Thu May 21 22:58:56 2020 +0800
+++ b/kex.h	Thu May 21 23:00:22 2020 +0800
@@ -61,6 +61,7 @@
 #endif
 
 void recv_msg_kexdh_init(void); /* server */
+void send_msg_ext_info(void); /* server */
 
 void send_msg_kexdh_init(void); /* client */
 void recv_msg_kexdh_reply(void); /* client */