From e4359af463463097dd80e679836905bcd8ad7a13 Mon Sep 17 00:00:00 2001 From: James Yonan Date: Mon, 25 Apr 2011 06:21:57 +0000 Subject: 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 --- options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.h') 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]; -- cgit