summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Seppänen <samuli@openvpn.net>2011-02-11 15:11:51 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-02-27 00:55:14 +0100
commit980d44047f4ab1541f80df1c9c2cfe6a2c572af8 (patch)
treea21d988d9ac13556527d116a57044bd37f195b2e
parentc994385048a64adb3ec3e8f5f906c5f8668e1a71 (diff)
downloadopenvpn-980d44047f4ab1541f80df1c9c2cfe6a2c572af8.tar.gz
openvpn-980d44047f4ab1541f80df1c9c2cfe6a2c572af8.tar.xz
openvpn-980d44047f4ab1541f80df1c9c2cfe6a2c572af8.zip
Added ENABLE_PASSWORD_SAVE to config-win32.h
This change adds ENABLE_PASSWORD_SAVE to config-win32.h. This option is also defined in win/settings.in, but it does not have any effect there. Signed-off-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: James Yonan <james@openvpn.net> Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
-rw-r--r--config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h
index be0b320..8f4de3b 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -50,6 +50,9 @@ typedef unsigned long in_addr_t;
#define TAP_WIN32_DEBUG
#endif
+/* Enable reading credentials from a file */
+#define ENABLE_PASSWORD_SAVE 1
+
/* Enable client/server capability */
#define ENABLE_CLIENT_SERVER 1