summaryrefslogtreecommitdiffhomepage
path: root/kex.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-05-21 23:00:22 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-05-21 23:00:22 +0800
commit331d4a714f65772e384e15ff55b850a6e9e6786b (patch)
tree16c000a69313d6f49610d48af4c74d6d07d1d899 /kex.h
parent2a81289ed32d9e1ca612a41975974bfa258d2ace (diff)
Make server send SSH_MSG_EXT_INFO
Ensure that only valid hostkey algorithms are sent in the first kex guess
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kex.h b/kex.h
index 3b0ec62..cdec673 100644
--- a/kex.h
+++ b/kex.h
@@ -61,6 +61,7 @@ int is_compress_recv(void);
#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 */