The unified diff between revisions [8a242f0b..] and [7087b631..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'options.h'
# # # patch "options.h" # from [145dbe5fe229b6a2360923bd44c57b3d4bf1794b] # to [9f3f0822503ea1a4d248f3576bd498e800489e96] # ============================================================ --- options.h 145dbe5fe229b6a2360923bd44c57b3d4bf1794b +++ options.h 9f3f0822503ea1a4d248f3576bd498e800489e96 @@ -100,7 +100,7 @@ etc) slower (perhaps by 50%). Recommende * Removing either of these won't save very much space. * SSH2 RFC Draft requires dss, recommends rsa */ #define DROPBEAR_RSA -//#define DROPBEAR_DSS +#define DROPBEAR_DSS /* RSA can be vulnerable to timing attacks which use the time required for * signing to guess the private key. Blinding avoids this attack, though makes