Mercurial > dropbear
diff sysoptions.h @ 501:d58c478bd399
Add support for [email protected] delayed compression.
Are still advertising 'zlib' for the server, need to allow
delayed-only as an option
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 29 Sep 2008 02:23:04 +0000 |
parents | f3ca5ebc319a |
children | 43bbe17d6ba0 |
line wrap: on
line diff
--- a/sysoptions.h Tue Sep 23 16:02:51 2008 +0000 +++ b/sysoptions.h Mon Sep 29 02:23:04 2008 +0000 @@ -68,6 +68,7 @@ #define DROPBEAR_COMP_NONE 0 #define DROPBEAR_COMP_ZLIB 1 +#define DROPBEAR_COMP_ZLIB_DELAY 2 /* Required for pubkey auth */ #if defined(ENABLE_SVR_PUBKEY_AUTH) || defined(DROPBEAR_CLIENT)