diff options
Diffstat (limited to 'kex.c')
-rw-r--r-- | kex.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -291,8 +291,8 @@ kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) | |||
291 | goto out; | 291 | goto out; |
292 | if (first_kex_follows != NULL) | 292 | if (first_kex_follows != NULL) |
293 | *first_kex_follows = v; | 293 | *first_kex_follows = v; |
294 | debug2("kex_parse_kexinit: first_kex_follows %d ", v); | 294 | debug2("first_kex_follows %d ", v); |
295 | debug2("kex_parse_kexinit: reserved %u ", i); | 295 | debug2("reserved %u ", i); |
296 | r = 0; | 296 | r = 0; |
297 | *propp = proposal; | 297 | *propp = proposal; |
298 | out: | 298 | out: |