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 2d5f1d4ed..39f67bbc1 100644
--- a/kex.h
+++ b/kex.h
@@ -195,7 +195,7 @@ char *kex_names_cat(const char *, const char *);
195int kex_assemble_names(char **, const char *, const char *); 195int kex_assemble_names(char **, const char *, const char *);
196int kex_gss_names_valid(const char *); 196int kex_gss_names_valid(const char *);
197 197
198int kex_exchange_identification(struct ssh *, int, const char *); 198int kex_exchange_identification(struct ssh *, int, int, const char *);
199 199
200struct kex *kex_new(void); 200struct kex *kex_new(void);
201int kex_ready(struct ssh *, char *[PROPOSAL_MAX]); 201int kex_ready(struct ssh *, char *[PROPOSAL_MAX]);