diff options
author | Damien Miller <djm@mindrot.org> | 2014-05-15 14:37:39 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-05-15 14:37:39 +1000 |
commit | c31a0cd5b31961f01c5b731f62a6cb9d4f767472 (patch) | |
tree | f0ef8c1ba5c43751f91c355243142ab71f611e98 /packet.h | |
parent | 686c7d9ee6f44b2be4128d7860b6b37adaeba733 (diff) |
- markus@cvs.openbsd.org 2014/05/03 17:20:34
[monitor.c packet.c packet.h]
unbreak compression, by re-init-ing the compression code in the
post-auth child. the new buffer code is more strict, and requires
buffer_init() while the old code was happy after a bzero();
originally from djm@
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: packet.h,v 1.60 2014/04/28 03:09:18 djm Exp $ */ | 1 | /* $OpenBSD: packet.h,v 1.61 2014/05/03 17:20:34 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -120,6 +120,7 @@ time_t packet_get_rekey_timeout(void); | |||
120 | 120 | ||
121 | void packet_backup_state(void); | 121 | void packet_backup_state(void); |
122 | void packet_restore_state(void); | 122 | void packet_restore_state(void); |
123 | void packet_set_postauth(void); | ||
123 | 124 | ||
124 | void *packet_get_input(void); | 125 | void *packet_get_input(void); |
125 | void *packet_get_output(void); | 126 | void *packet_get_output(void); |