comparison options.h @ 640:76097ec1a29a dropbear-tfm

- Bring in original tomsfastmath patch against 0.52 from Peter Turczak in 2008
author Matt Johnston <matt@ucc.asn.au>
date Mon, 21 Nov 2011 19:19:57 +0800
parents 0d8782043d05
children 2b1bb792cd4d
comparison
equal deleted inserted replaced
518:ce104c8b0be1 640:76097ec1a29a
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 (AES, DES
50 etc) slower (perhaps by 50%). Recommended for most small systems. */ 50 etc) slower (perhaps by 50%). Recommended for most small systems. */
51 #define DROPBEAR_SMALL_CODE 51 #define DROPBEAR_SMALL_CODE
52 52
53 /* Enable X11 Forwarding - server only */ 53 /* Enable X11 Forwarding - server only */
54 #define ENABLE_X11FWD 54 /* #define ENABLE_X11FWD */
55 55
56 /* Enable TCP Fowarding */ 56 /* Enable TCP Fowarding */
57 /* 'Local' is "-L" style (client listening port forwarded via server) 57 /* 'Local' is "-L" style (client listening port forwarded via server)
58 * 'Remote' is "-R" style (server listening port forwarded via client) */ 58 * 'Remote' is "-R" style (server listening port forwarded via client) */
59 59