comparison 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
comparison
equal deleted inserted replaced
499:f3ca5ebc319a 501:d58c478bd399
66 #define DROPBEAR_SIGNKEY_DSS 2 66 #define DROPBEAR_SIGNKEY_DSS 2
67 #define DROPBEAR_SIGNKEY_NONE 3 67 #define DROPBEAR_SIGNKEY_NONE 3
68 68
69 #define DROPBEAR_COMP_NONE 0 69 #define DROPBEAR_COMP_NONE 0
70 #define DROPBEAR_COMP_ZLIB 1 70 #define DROPBEAR_COMP_ZLIB 1
71 #define DROPBEAR_COMP_ZLIB_DELAY 2
71 72
72 /* Required for pubkey auth */ 73 /* Required for pubkey auth */
73 #if defined(ENABLE_SVR_PUBKEY_AUTH) || defined(DROPBEAR_CLIENT) 74 #if defined(ENABLE_SVR_PUBKEY_AUTH) || defined(DROPBEAR_CLIENT)
74 #define DROPBEAR_SIGNKEY_VERIFY 75 #define DROPBEAR_SIGNKEY_VERIFY
75 #endif 76 #endif