summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kex.h b/kex.h
index 212958131..1890fc025 100644
--- a/kex.h
+++ b/kex.h
@@ -85,7 +85,7 @@ struct Kex {
85 int we_need; 85 int we_need;
86 int server; 86 int server;
87 char *name; 87 char *name;
88 char *hostkeyalg; 88 int hostkey_type;
89 int kex_type; 89 int kex_type;
90}; 90};
91 91