From 759873034018f597e52dfbbfe91ff9d20530ea91 Mon Sep 17 00:00:00 2001 From: James Yonan Date: Fri, 10 Jun 2011 19:01:35 +0000 Subject: r7316 fixes. Version 2.1.3x1. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7332 e7ae566f-a301-0410-adde-c780ea21d3b5 --- options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'options.h') 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 -- cgit