summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kex.h b/kex.h
index 9b4c23670..e3be30403 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.102 2019/01/21 10:29:56 djm Exp $ */ 1/* $OpenBSD: kex.h,v 1.103 2019/01/21 10:33:49 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.
@@ -196,7 +196,6 @@ int kex_send_kexinit(struct ssh *);
196int kex_input_kexinit(int, u_int32_t, struct ssh *); 196int kex_input_kexinit(int, u_int32_t, struct ssh *);
197int kex_input_ext_info(int, u_int32_t, struct ssh *); 197int kex_input_ext_info(int, u_int32_t, struct ssh *);
198int kex_derive_keys(struct ssh *, u_char *, u_int, const struct sshbuf *); 198int kex_derive_keys(struct ssh *, u_char *, u_int, const struct sshbuf *);
199int kex_derive_keys_bn(struct ssh *, u_char *, u_int, const BIGNUM *);
200int kex_send_newkeys(struct ssh *); 199int kex_send_newkeys(struct ssh *);
201int kex_start_rekex(struct ssh *); 200int kex_start_rekex(struct ssh *);
202 201