Version 2.1.3x1.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7332
e7ae566f-a301-0410-adde-
c780ea21d3b5
#ifdef ENABLE_CLIENT_CR
else if (streq (p[0], "static-challenge") && p[1] && p[2])
{
+ VERIFY_PERMISSION (OPT_P_GENERAL);
options->sc_info.challenge_text = p[1];
if (atoi(p[2]))
options->sc_info.flags |= SC_ECHO;
const char *auth_user_pass_verify_script;
bool auth_user_pass_verify_script_via_file;
-#ifdef ENABLE_CLIENT_CR
- struct static_challenge_info sc_info;
-#endif
#if PORT_SHARE
char *port_share_host;
int port_share_port;
int scheduled_exit_interval;
+#ifdef ENABLE_CLIENT_CR
+ struct static_challenge_info sc_info;
+#endif
#endif
#ifdef USE_CRYPTO
dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1.3x])
+define(PRODUCT_VERSION,[2.1.3x1])
dnl define the TAP version
define(PRODUCT_TAP_ID,[tap0901])
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])