Mercurial > dropbear
comparison session.h @ 1674:ba6fc7afe1c5
use sigtype where appropriate
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 06 Apr 2020 23:18:26 +0800 |
parents | cc0fc5131c5c |
children | ae41624c2198 |
comparison
equal
deleted
inserted
replaced
1668:49cb3cf4bd6f | 1674:ba6fc7afe1c5 |
---|---|
90 | 90 |
91 struct key_context_directional recv; | 91 struct key_context_directional recv; |
92 struct key_context_directional trans; | 92 struct key_context_directional trans; |
93 | 93 |
94 const struct dropbear_kex *algo_kex; | 94 const struct dropbear_kex *algo_kex; |
95 int algo_hostkey; | 95 int algo_hostkey; /* server key type */ |
96 int algo_signature; /* server signature type */ | |
96 | 97 |
97 int allow_compress; /* whether compression has started (useful in | 98 int allow_compress; /* whether compression has started (useful in |
98 [email protected] delayed compression case) */ | 99 [email protected] delayed compression case) */ |
99 }; | 100 }; |
100 | 101 |