summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.h b/packet.h
index bfe7da615..c33dd17df 100644
--- a/packet.h
+++ b/packet.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.h,v 1.74 2016/10/11 21:47:45 djm Exp $ */ 1/* $OpenBSD: packet.h,v 1.75 2017/02/03 02:56:00 dtucker Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -154,7 +154,7 @@ int ssh_remote_port(struct ssh *);
154const char *ssh_local_ipaddr(struct ssh *); 154const char *ssh_local_ipaddr(struct ssh *);
155int ssh_local_port(struct ssh *); 155int ssh_local_port(struct ssh *);
156 156
157void ssh_packet_set_rekey_limits(struct ssh *, u_int64_t, time_t); 157void ssh_packet_set_rekey_limits(struct ssh *, u_int64_t, u_int32_t);
158time_t ssh_packet_get_rekey_timeout(struct ssh *); 158time_t ssh_packet_get_rekey_timeout(struct ssh *);
159 159
160void *ssh_packet_get_input(struct ssh *); 160void *ssh_packet_get_input(struct ssh *);