summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2011-06-10 19:01:35 +0000
committerJames Yonan <james@openvpn.net>2011-06-10 19:01:35 +0000
commit759873034018f597e52dfbbfe91ff9d20530ea91 (patch)
tree97803a10aba01358587ffa2b27f112a826277da7 /options.h
parenteab3e22f8261c07d5f906c05fce69917034d9e53 (diff)
downloadopenvpn-759873034018f597e52dfbbfe91ff9d20530ea91.tar.gz
openvpn-759873034018f597e52dfbbfe91ff9d20530ea91.tar.xz
openvpn-759873034018f597e52dfbbfe91ff9d20530ea91.zip
r7316 fixes.
Version 2.1.3x1. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7332 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.h')
-rw-r--r--options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/options.h b/options.h
index f74c9b3..34bacec 100644
--- a/options.h
+++ b/options.h
@@ -426,9 +426,6 @@ struct options
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;
@@ -446,6 +443,9 @@ struct options
int scheduled_exit_interval;
+#ifdef ENABLE_CLIENT_CR
+ struct static_challenge_info sc_info;
+#endif
#endif
#ifdef USE_CRYPTO