diff options.h @ 347:381834084475 debug-unrandom

be sure not to include uninitialised buffers in the unrandom number generator
author Matt Johnston <matt@ucc.asn.au>
date Fri, 04 Aug 2006 17:37:45 +0000
parents 3e098639b05f
children c61bd8f9e32d
line wrap: on
line diff
--- a/options.h	Fri Aug 04 17:15:35 2006 +0000
+++ b/options.h	Fri Aug 04 17:37:45 2006 +0000
@@ -127,8 +127,8 @@
  * but there's an interface via a PAM module - don't bother using it otherwise.
  * You can't enable both PASSWORD and PAM. */
 
-/*#define ENABLE_SVR_PASSWORD_AUTH*/
-#define ENABLE_SVR_PAM_AUTH 
+#define ENABLE_SVR_PASSWORD_AUTH
+/*#define ENABLE_SVR_PAM_AUTH */
 #define ENABLE_SVR_PUBKEY_AUTH
 
 #define ENABLE_CLI_PASSWORD_AUTH