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