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 085e60b52..4394e100b 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.94 2019/01/19 21:43:56 djm Exp $ */ 1/* $OpenBSD: kex.h,v 1.95 2019/01/21 10:00:23 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.
@@ -202,6 +202,7 @@ int kexecdh_server(struct ssh *);
202int kexc25519_client(struct ssh *); 202int kexc25519_client(struct ssh *);
203int kexc25519_server(struct ssh *); 203int kexc25519_server(struct ssh *);
204 204
205int kex_dh_keygen(struct kex *);
205int kex_dh_hash(int, const struct sshbuf *, const struct sshbuf *, 206int kex_dh_hash(int, const struct sshbuf *, const struct sshbuf *,
206 const u_char *, size_t, const u_char *, size_t, const u_char *, size_t, 207 const u_char *, size_t, const u_char *, size_t, const u_char *, size_t,
207 const BIGNUM *, const BIGNUM *, const BIGNUM *, u_char *, size_t *); 208 const BIGNUM *, const BIGNUM *, const BIGNUM *, u_char *, size_t *);