diff options
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: kex.h,v 1.93 2018/12/27 03:25:25 djm Exp $ */ | 1 | /* $OpenBSD: kex.h,v 1.94 2019/01/19 21:43:56 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. |
@@ -156,8 +156,8 @@ struct kex { | |||
156 | struct sshkey *(*load_host_public_key)(int, int, struct ssh *); | 156 | struct sshkey *(*load_host_public_key)(int, int, struct ssh *); |
157 | struct sshkey *(*load_host_private_key)(int, int, struct ssh *); | 157 | struct sshkey *(*load_host_private_key)(int, int, struct ssh *); |
158 | int (*host_key_index)(struct sshkey *, int, struct ssh *); | 158 | int (*host_key_index)(struct sshkey *, int, struct ssh *); |
159 | int (*sign)(struct sshkey *, struct sshkey *, u_char **, size_t *, | 159 | int (*sign)(struct ssh *, struct sshkey *, struct sshkey *, |
160 | const u_char *, size_t, const char *, u_int); | 160 | u_char **, size_t *, const u_char *, size_t, const char *); |
161 | int (*kex[KEX_MAX])(struct ssh *); | 161 | int (*kex[KEX_MAX])(struct ssh *); |
162 | /* kex specific state */ | 162 | /* kex specific state */ |
163 | DH *dh; /* DH */ | 163 | DH *dh; /* DH */ |