diff options
Diffstat (limited to 'kexgen.c')
-rw-r--r-- | kexgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ | |||
44 | static int input_kex_gen_init(int, u_int32_t, struct ssh *); | 44 | static int input_kex_gen_init(int, u_int32_t, struct ssh *); |
45 | static int input_kex_gen_reply(int type, u_int32_t seq, struct ssh *ssh); | 45 | static int input_kex_gen_reply(int type, u_int32_t seq, struct ssh *ssh); |
46 | 46 | ||
47 | static int | 47 | int |
48 | kex_gen_hash( | 48 | kex_gen_hash( |
49 | int hash_alg, | 49 | int hash_alg, |
50 | const struct sshbuf *client_version, | 50 | const struct sshbuf *client_version, |