Skip to content
Snippets Groups Projects
Commit b639e18d authored by Matt Johnston's avatar Matt Johnston
Browse files

- Turn DROPBEAR_SMALL_CODE off by default

--HG--
extra : convert_revision : ef3b41f37e9f4dd45358bc40f9559ee23f71c284
parent 2b54d339
No related merge requests found
...@@ -46,9 +46,10 @@ ...@@ -46,9 +46,10 @@
/*#define NO_FAST_EXPTMOD*/ /*#define NO_FAST_EXPTMOD*/
/* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save /* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save
several kB in binary size, however will make the symmetrical ciphers (AES, DES several kB in binary size however will make the symmetrical ciphers and hashes
etc) slower (perhaps by 50%). Recommended for most small systems. */ slower, perhaps by 50%. Recommended for small systems that aren't doing
#define DROPBEAR_SMALL_CODE much traffic. */
/*#define DROPBEAR_SMALL_CODE*/
/* Enable X11 Forwarding - server only */ /* Enable X11 Forwarding - server only */
#define ENABLE_X11FWD #define ENABLE_X11FWD
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment