diff 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
line wrap: on
line diff
--- a/session.h	Fri Mar 27 23:23:11 2020 +0800
+++ b/session.h	Mon Apr 06 23:18:26 2020 +0800
@@ -92,7 +92,8 @@
 	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 
 							[email protected] delayed compression case) */