comparison options.h @ 804:34b73c9d8aa3 ecc

Enable SMALL_CODE by default
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 May 2013 13:44:48 +0800
parents 7dcb46da72d9
children b298bb438625 6c69e7df3621
comparison
equal deleted inserted replaced
803:460410334267 804:34b73c9d8aa3
50 50
51 /* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save 51 /* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save
52 several kB in binary size however will make the symmetrical ciphers and hashes 52 several kB in binary size however will make the symmetrical ciphers and hashes
53 slower, perhaps by 50%. Recommended for small systems that aren't doing 53 slower, perhaps by 50%. Recommended for small systems that aren't doing
54 much traffic. */ 54 much traffic. */
55 /*#define DROPBEAR_SMALL_CODE*/ 55 #define DROPBEAR_SMALL_CODE
56 56
57 /* Enable X11 Forwarding - server only */ 57 /* Enable X11 Forwarding - server only */
58 #define ENABLE_X11FWD 58 #define ENABLE_X11FWD
59 59
60 /* Enable TCP Fowarding */ 60 /* Enable TCP Fowarding */