Mercurial > dropbear
comparison sysoptions.h @ 1477:533e070b3126
Remove none cipher
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 09 Feb 2018 23:40:23 +0800 |
parents | 93d2bf610d0b |
children | 2d450c1056e3 |
comparison
equal
deleted
inserted
replaced
1476:8305ebe45940 | 1477:533e070b3126 |
---|---|
241 #else | 241 #else |
242 #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS | 242 #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS |
243 #endif | 243 #endif |
244 #endif | 244 #endif |
245 | 245 |
246 #ifndef DROPBEAR_NONE_CIPHER | |
247 #define DROPBEAR_NONE_CIPHER 0 | |
248 #endif | |
249 | |
250 /* free memory before exiting */ | 246 /* free memory before exiting */ |
251 #define DROPBEAR_CLEANUP 1 | 247 #define DROPBEAR_CLEANUP 1 |
252 | 248 |
253 /* Use this string since some implementations might special-case it */ | 249 /* Use this string since some implementations might special-case it */ |
254 #define DROPBEAR_KEEPALIVE_STRING "[email protected]" | 250 #define DROPBEAR_KEEPALIVE_STRING "[email protected]" |