summaryrefslogtreecommitdiff
path: root/kexgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexgen.c')
-rw-r--r--kexgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexgen.c b/kexgen.c
index 2abbb9ef6..569dc83f3 100644
--- a/kexgen.c
+++ b/kexgen.c
@@ -43,7 +43,7 @@
43static int input_kex_gen_init(int, u_int32_t, struct ssh *); 43static int input_kex_gen_init(int, u_int32_t, struct ssh *);
44static int input_kex_gen_reply(int type, u_int32_t seq, struct ssh *ssh); 44static int input_kex_gen_reply(int type, u_int32_t seq, struct ssh *ssh);
45 45
46static int 46int
47kex_gen_hash( 47kex_gen_hash(
48 int hash_alg, 48 int hash_alg,
49 const struct sshbuf *client_version, 49 const struct sshbuf *client_version,