Mercurial > dropbear
comparison options.h @ 536:1037aabf701b
- Turn DROPBEAR_SMALL_CODE off by default
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 03 Mar 2009 13:42:54 +0000 |
parents | 0d8782043d05 |
children | 568638be7203 1d5a3df28b53 |
comparison
equal
deleted
inserted
replaced
535:21490eea261d | 536:1037aabf701b |
---|---|
44 * perhaps 20% slower for pubkey operations (it is probably worth experimenting | 44 * perhaps 20% slower for pubkey operations (it is probably worth experimenting |
45 * if you want to use this) */ | 45 * if you want to use this) */ |
46 /*#define NO_FAST_EXPTMOD*/ | 46 /*#define NO_FAST_EXPTMOD*/ |
47 | 47 |
48 /* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save | 48 /* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save |
49 several kB in binary size, however will make the symmetrical ciphers (AES, DES | 49 several kB in binary size however will make the symmetrical ciphers and hashes |
50 etc) slower (perhaps by 50%). Recommended for most small systems. */ | 50 slower, perhaps by 50%. Recommended for small systems that aren't doing |
51 #define DROPBEAR_SMALL_CODE | 51 much traffic. */ |
52 /*#define DROPBEAR_SMALL_CODE*/ | |
52 | 53 |
53 /* Enable X11 Forwarding - server only */ | 54 /* Enable X11 Forwarding - server only */ |
54 #define ENABLE_X11FWD | 55 #define ENABLE_X11FWD |
55 | 56 |
56 /* Enable TCP Fowarding */ | 57 /* Enable TCP Fowarding */ |