comparison common-algo.c @ 255:89ace56293f6

* common-algo.c: use zlib for dbclient
author Matt Johnston <matt@ucc.asn.au>
date Tue, 08 Nov 2005 11:35:52 +0000
parents e923801a7678
children 64abb124763d 0e69e948caba
comparison
equal deleted inserted replaced
254:8b62b0ea8f3b 255:89ace56293f6
118 #endif 118 #endif
119 {NULL, 0, NULL, 0} 119 {NULL, 0, NULL, 0}
120 }; 120 };
121 121
122 algo_type sshcompress[] = { 122 algo_type sshcompress[] = {
123 {"none", DROPBEAR_COMP_NONE, NULL, 1},
124 #ifndef DISABLE_ZLIB 123 #ifndef DISABLE_ZLIB
125 {"zlib", DROPBEAR_COMP_ZLIB, NULL, 1}, 124 {"zlib", DROPBEAR_COMP_ZLIB, NULL, 1},
126 #endif 125 #endif
126 {"none", DROPBEAR_COMP_NONE, NULL, 1},
127 {NULL, 0, NULL, 0} 127 {NULL, 0, NULL, 0}
128 }; 128 };
129 129
130 algo_type sshhostkey[] = { 130 algo_type sshhostkey[] = {
131 #ifdef DROPBEAR_RSA 131 #ifdef DROPBEAR_RSA