=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.h,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- src/usr.bin/ssh/packet.h 2016/01/14 16:17:40 1.68 +++ src/usr.bin/ssh/packet.h 2016/01/29 02:54:45 1.69 @@ -1,4 +1,4 @@ -/* $OpenBSD: packet.h,v 1.68 2016/01/14 16:17:40 markus Exp $ */ +/* $OpenBSD: packet.h,v 1.69 2016/01/29 02:54:45 dtucker Exp $ */ /* * Author: Tatu Ylonen @@ -132,7 +132,7 @@ int ssh_remote_port(struct ssh *); int ssh_packet_need_rekeying(struct ssh *); -void ssh_packet_set_rekey_limits(struct ssh *, u_int32_t, time_t); +void ssh_packet_set_rekey_limits(struct ssh *, u_int64_t, time_t); time_t ssh_packet_get_rekey_timeout(struct ssh *); void *ssh_packet_get_input(struct ssh *);