summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2011-04-25 06:21:57 +0000
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-04-26 22:29:12 +0200
commite4359af463463097dd80e679836905bcd8ad7a13 (patch)
tree32a9001fa26b343dc7821728ac54d0c99cdb6228 /options.h
parent7966d75a9d41453a56e41eaae7b0fd64f75f7ec3 (diff)
downloadopenvpn-e4359af463463097dd80e679836905bcd8ad7a13.tar.gz
openvpn-e4359af463463097dd80e679836905bcd8ad7a13.tar.xz
openvpn-e4359af463463097dd80e679836905bcd8ad7a13.zip
Fixed compile issues on Windows.
Version 2.1.3w git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7219 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.h b/options.h
index f0baabe..91ec6dc 100644
--- a/options.h
+++ b/options.h
@@ -426,7 +426,6 @@ struct options
const char *auth_user_pass_verify_script;
bool auth_user_pass_verify_script_via_file;
- unsigned int ssl_flags; /* set to SSLF_x flags from ssl.h */
#if PORT_SHARE
char *port_share_host;
int port_share_port;
@@ -498,6 +497,7 @@ struct options
unsigned remote_cert_ku[MAX_PARMS];
const char *remote_cert_eku;
uint8_t *verify_hash;
+ unsigned int ssl_flags; /* set to SSLF_x flags from ssl.h */
#ifdef ENABLE_PKCS11
const char *pkcs11_providers[MAX_PARMS];