summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kex.h b/kex.h
index 13b22351f..01bb3986a 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.82 2017/05/03 21:08:09 naddy Exp $ */ 1/* $OpenBSD: kex.h,v 1.83 2017/05/30 14:23:52 markus 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.
@@ -181,8 +181,8 @@ int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
181void kex_prop_free(char **); 181void kex_prop_free(char **);
182 182
183int kex_send_kexinit(struct ssh *); 183int kex_send_kexinit(struct ssh *);
184int kex_input_kexinit(int, u_int32_t, void *); 184int kex_input_kexinit(int, u_int32_t, struct ssh *);
185int kex_input_ext_info(int, u_int32_t, void *); 185int kex_input_ext_info(int, u_int32_t, struct ssh *);
186int kex_derive_keys(struct ssh *, u_char *, u_int, const struct sshbuf *); 186int kex_derive_keys(struct ssh *, u_char *, u_int, const struct sshbuf *);
187int kex_derive_keys_bn(struct ssh *, u_char *, u_int, const BIGNUM *); 187int kex_derive_keys_bn(struct ssh *, u_char *, u_int, const BIGNUM *);
188int kex_send_newkeys(struct ssh *); 188int kex_send_newkeys(struct ssh *);