From: Samuli Seppänen Date: Fri, 11 Feb 2011 13:11:51 +0000 (+0200) Subject: Added ENABLE_PASSWORD_SAVE to config-win32.h X-Git-Tag: v2.2-RC~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=980d44047f4ab1541f80df1c9c2cfe6a2c572af8;p=thirdparty%2Fopenvpn.git 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 Acked-by: James Yonan Signed-off-by: David Sommerseth --- diff --git a/config-win32.h b/config-win32.h index be0b3207e..8f4de3b68 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