diff options
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshd.c,v 1.463 2016/01/14 16:17:40 markus Exp $ */ | 1 | /* $OpenBSD: sshd.c,v 1.464 2016/01/29 02:54:45 dtucker Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -2563,7 +2563,7 @@ do_ssh2_kex(void) | |||
2563 | } | 2563 | } |
2564 | 2564 | ||
2565 | if (options.rekey_limit || options.rekey_interval) | 2565 | if (options.rekey_limit || options.rekey_interval) |
2566 | packet_set_rekey_limits((u_int32_t)options.rekey_limit, | 2566 | packet_set_rekey_limits(options.rekey_limit, |
2567 | (time_t)options.rekey_interval); | 2567 | (time_t)options.rekey_interval); |
2568 | 2568 | ||
2569 | myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = compat_pkalg_proposal( | 2569 | myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = compat_pkalg_proposal( |