diff options.h @ 312:24056a5eb75b ucc-axis-hack

serial works better. enable DSS.
author matt-ucc@ucc.asn.au
date Sun, 26 Mar 2006 13:05:31 +0000
parents 474c1a700b67
children 827f87dfbc22
line wrap: on
line diff
--- a/options.h	Sun Mar 26 08:28:16 2006 +0000
+++ b/options.h	Sun Mar 26 13:05:31 2006 +0000
@@ -100,7 +100,7 @@
  * 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