]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Added ENABLE_PASSWORD_SAVE to config-win32.h
authorSamuli Seppänen <samuli@openvpn.net>
Fri, 11 Feb 2011 13:11:51 +0000 (15:11 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Sat, 26 Feb 2011 23:55:14 +0000 (00:55 +0100)
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>
config-win32.h

index be0b3207eed1bfca95806187d403ece1e129da6f..8f4de3b68f21e01e39768e7a52dde920b7bca97a 100644 (file)
@@ -50,6 +50,9 @@ typedef unsigned long in_addr_t;
 #define TAP_WIN32_DEBUG\r
 #endif\r
 \r
+/* Enable reading credentials from a file */
+#define ENABLE_PASSWORD_SAVE 1
+
 /* Enable client/server capability */\r
 #define ENABLE_CLIENT_SERVER 1\r
 \r