mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
use sigtype where appropriate
This commit is contained in:
@@ -92,7 +92,8 @@ struct key_context {
|
||||
struct key_context_directional trans;
|
||||
|
||||
const struct dropbear_kex *algo_kex;
|
||||
int algo_hostkey;
|
||||
int algo_hostkey; /* server key type */
|
||||
int algo_signature; /* server signature type */
|
||||
|
||||
int allow_compress; /* whether compression has started (useful in
|
||||
zlib@openssh.com delayed compression case) */
|
||||
|
||||
Reference in New Issue
Block a user