summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/packet.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2003-04-01 10:22:22 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2003-04-01 10:22:22 +0000
commit46a25b6d95d76544e3e57500a3e9792b18c07c95 (patch)
tree00dbf0e46189a4998fd0b2e2f7edf05631e02aff /usr.bin/ssh/packet.h
parent317b1ad19a504cb848feefaad28dce3f8c80e57d (diff)
backout rekeying changes (for 3.6.1)
Diffstat (limited to 'usr.bin/ssh/packet.h')
-rw-r--r--usr.bin/ssh/packet.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/ssh/packet.h b/usr.bin/ssh/packet.h
index a673ade2ed2..46830c3df91 100644
--- a/usr.bin/ssh/packet.h
+++ b/usr.bin/ssh/packet.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.h,v 1.36 2003/04/01 10:10:23 markus Exp $ */
+/* $OpenBSD: packet.h,v 1.37 2003/04/01 10:22:21 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -62,8 +62,8 @@ int packet_get_keyiv_len(int);
void packet_get_keyiv(int, u_char *, u_int);
int packet_get_keycontext(int, u_char *);
void packet_set_keycontext(int, u_char *);
-void packet_get_state(int, u_int32_t *, u_int64_t *, u_int32_t *);
-void packet_set_state(int, u_int32_t, u_int64_t, u_int32_t);
+u_int32_t packet_get_seqnr(int);
+void packet_set_seqnr(int, u_int32_t);
int packet_get_ssh1_cipher(void);
void packet_set_iv(int, u_char *);
@@ -96,7 +96,4 @@ do { \
} \
} while (0)
-int packet_need_rekeying(void);
-void packet_set_rekey_limit(u_int32_t);
-
#endif /* PACKET_H */