summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/kexc25519s.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/kexc25519s.c')
-rw-r--r--crypto/openssh/kexc25519s.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/kexc25519s.c b/crypto/openssh/kexc25519s.c
index 2402725..4e77622b 100644
--- a/crypto/openssh/kexc25519s.c
+++ b/crypto/openssh/kexc25519s.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kexc25519s.c,v 1.9 2015/04/27 00:37:53 dtucker Exp $ */
+/* $OpenBSD: kexc25519s.c,v 1.10 2015/12/04 16:41:28 markus Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2010 Damien Miller. All rights reserved.
@@ -134,8 +134,8 @@ input_kex_c25519_init(int type, u_int32_t seq, void *ctxt)
}
/* sign H */
- if ((r = kex->sign(server_host_private, server_host_public,
- &signature, &slen, hash, hashlen, ssh->compat)) < 0)
+ if ((r = kex->sign(server_host_private, server_host_public, &signature,
+ &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0)
goto out;
/* send server hostkey, ECDH pubkey 'Q_S' and signed H */
OpenPOWER on IntegriCloud