diff options
Diffstat (limited to 'kexgexc.c')
-rw-r--r-- | kexgexc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: kexgexc.c,v 1.34 2019/01/23 00:30:41 djm Exp $ */ | 1 | /* $OpenBSD: kexgexc.c,v 1.35 2019/11/25 00:51:37 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Niels Provos. All rights reserved. | 3 | * Copyright (c) 2000 Niels Provos. All rights reserved. |
4 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
@@ -199,7 +199,7 @@ input_kex_dh_gex_reply(int type, u_int32_t seq, struct ssh *ssh) | |||
199 | goto out; | 199 | goto out; |
200 | 200 | ||
201 | if ((r = sshkey_verify(server_host_key, signature, slen, hash, | 201 | if ((r = sshkey_verify(server_host_key, signature, slen, hash, |
202 | hashlen, kex->hostkey_alg, ssh->compat)) != 0) | 202 | hashlen, kex->hostkey_alg, ssh->compat, NULL)) != 0) |
203 | goto out; | 203 | goto out; |
204 | 204 | ||
205 | if ((r = kex_derive_keys(ssh, hash, hashlen, shared_secret)) == 0) | 205 | if ((r = kex_derive_keys(ssh, hash, hashlen, shared_secret)) == 0) |