summaryrefslogtreecommitdiff
path: root/svr-authpasswd.c
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-12 15:52:57 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-12 15:52:57 +0000
commit533e25774afe3e752f9d9809e0af22c15b3ca487 (patch)
treeac32d0fc80268a9d7945deffd6122f9f9639d205 /svr-authpasswd.c
parent6542ebbc5196bd90482add8109ea70a48cac451e (diff)
downloaddropbear-533e25774afe3e752f9d9809e0af22c15b3ca487.tar.gz
Allow configuring "allow blank password option" at runtime
Changes this from a compile-time switch to a command-line option. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'svr-authpasswd.c')
-rw-r--r--svr-authpasswd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/svr-authpasswd.c b/svr-authpasswd.c
index c8c83f9..38fccc2 100644
--- a/svr-authpasswd.c
+++ b/svr-authpasswd.c
@@ -29,6 +29,7 @@
#include "buffer.h"
#include "dbutil.h"
#include "auth.h"
+#include "runopts.h"
#ifdef ENABLE_SVR_PASSWORD_AUTH