From 7dc2f36c3e2d21455ae432da4d8f338e7dc0668c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 6 Apr 2020 23:18:26 +0800 Subject: use sigtype where appropriate --- session.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'session.h') diff --git a/session.h b/session.h index e436882..ebfc915 100644 --- a/session.h +++ b/session.h @@ -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) */ -- cgit v1.2.3