summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2016-01-14 16:17:39 +0000
committerDamien Miller <djm@mindrot.org>2016-01-27 16:54:10 +1100
commita306863831c57ec5fad918687cc5d289ee8e2635 (patch)
tree0321a74bc4a9be03ad303d35306555ca0908ee25 /packet.h
parent6ef49e83e30688504552ac10875feabd5521565f (diff)
upstream commit
remove roaming support; ok djm@ Upstream-ID: 2cab8f4b197bc95776fb1c8dc2859dad0c64dc56
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/packet.h b/packet.h
index bc2e2ba2e..c8f36eb7f 100644
--- a/packet.h
+++ b/packet.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.h,v 1.67 2015/12/11 03:24:25 djm Exp $ */ 1/* $OpenBSD: packet.h,v 1.68 2016/01/14 16:17:40 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -149,10 +149,6 @@ int ssh_packet_need_rekeying(struct ssh *);
149void ssh_packet_set_rekey_limits(struct ssh *, u_int32_t, time_t); 149void ssh_packet_set_rekey_limits(struct ssh *, u_int32_t, time_t);
150time_t ssh_packet_get_rekey_timeout(struct ssh *); 150time_t ssh_packet_get_rekey_timeout(struct ssh *);
151 151
152/* XXX FIXME */
153void ssh_packet_backup_state(struct ssh *, struct ssh *);
154void ssh_packet_restore_state(struct ssh *, struct ssh *);
155
156void *ssh_packet_get_input(struct ssh *); 152void *ssh_packet_get_input(struct ssh *);
157void *ssh_packet_get_output(struct ssh *); 153void *ssh_packet_get_output(struct ssh *);
158 154