summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kex.h b/kex.h
index fa65b8657..e404d0365 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.97 2019/01/21 10:05:09 djm Exp $ */ 1/* $OpenBSD: kex.h,v 1.98 2019/01/21 10:07:22 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -185,6 +185,7 @@ int kex_buf2prop(struct sshbuf *, int *, char ***);
185int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]); 185int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
186void kex_prop_free(char **); 186void kex_prop_free(char **);
187int kex_load_hostkey(struct ssh *, struct sshkey **, struct sshkey **); 187int kex_load_hostkey(struct ssh *, struct sshkey **, struct sshkey **);
188int kex_verify_host_key(struct ssh *, struct sshkey *);
188 189
189int kex_send_kexinit(struct ssh *); 190int kex_send_kexinit(struct ssh *);
190int kex_input_kexinit(int, u_int32_t, struct ssh *); 191int kex_input_kexinit(int, u_int32_t, struct ssh *);