diff options
author | James Yonan <james@openvpn.net> | 2011-04-25 06:21:57 +0000 |
---|---|---|
committer | James Yonan <james@openvpn.net> | 2011-04-25 06:21:57 +0000 |
commit | a114cb750e26e96a727253f316d7415fe34447f6 (patch) | |
tree | 32a9001fa26b343dc7821728ac54d0c99cdb6228 /options.c | |
parent | 094f0305f9908210e204c66462e444fdef942b45 (diff) | |
download | openvpn-a114cb750e26e96a727253f316d7415fe34447f6.tar.gz openvpn-a114cb750e26e96a727253f316d7415fe34447f6.tar.xz openvpn-a114cb750e26e96a727253f316d7415fe34447f6.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.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1055,7 +1055,6 @@ show_p2mp_parms (const struct options *o) SHOW_INT (max_routes_per_client); SHOW_STR (auth_user_pass_verify_script); SHOW_BOOL (auth_user_pass_verify_script_via_file); - SHOW_INT (ssl_flags); #if PORT_SHARE SHOW_STR (port_share_host); SHOW_INT (port_share_port); @@ -1405,6 +1404,7 @@ show_settings (const struct options *o) SHOW_INT (remote_cert_ku[i]); } SHOW_STR (remote_cert_eku); + SHOW_INT (ssl_flags); SHOW_INT (tls_timeout); |