diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-02 14:20:51 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-02 14:20:51 +0000 |
commit | 9f803ade18f20220084d59123ada97b94f5c4935 (patch) | |
tree | 7ead952ce17140fc07153c688276f22c8a3f429b /package/dropbear/patches/120-use_small_code.patch | |
parent | 8c0df5f96c3b223009dd99ab3f2660c279984e91 (diff) | |
download | mtk-20170518-9f803ade18f20220084d59123ada97b94f5c4935.zip mtk-20170518-9f803ade18f20220084d59123ada97b94f5c4935.tar.gz mtk-20170518-9f803ade18f20220084d59123ada97b94f5c4935.tar.bz2 |
upgrade to 0.53.1
SVN-Revision: 25830
Diffstat (limited to 'package/dropbear/patches/120-use_small_code.patch')
-rw-r--r-- | package/dropbear/patches/120-use_small_code.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/dropbear/patches/120-use_small_code.patch b/package/dropbear/patches/120-use_small_code.patch new file mode 100644 index 0000000..98a760f --- /dev/null +++ b/package/dropbear/patches/120-use_small_code.patch @@ -0,0 +1,11 @@ +--- a/options.h ++++ b/options.h +@@ -49,7 +49,7 @@ + several kB in binary size however will make the symmetrical ciphers and hashes + slower, perhaps by 50%. Recommended for small systems that aren't doing + much traffic. */ +-/*#define DROPBEAR_SMALL_CODE*/ ++#define DROPBEAR_SMALL_CODE + + /* Enable X11 Forwarding - server only */ + #define ENABLE_X11FWD |