diff options
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |