aboutsummaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2011-01-05 00:50:11 +0000
committerJames Yonan <james@openvpn.net>2011-01-05 00:50:11 +0000
commit9356bae859938c30808aa0d2ee764bdcbb5dbe0d (patch)
treeb06d38a722c06bc16ecb61c37ce6c6fd07192a40 /options.h
parentMisc fixes to r6708. (diff)
downloadopenvpn-9356bae859938c30808aa0d2ee764bdcbb5dbe0d.tar.xz
Added --x509-track option.
Version 2.1.3e git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6780 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/options.h b/options.h
index fc5db58..4a56701 100644
--- a/options.h
+++ b/options.h
@@ -532,6 +532,10 @@ struct options
#endif /* USE_SSL */
#endif /* USE_CRYPTO */
+#ifdef ENABLE_X509_TRACK
+ const struct x509_track *x509_track;
+#endif
+
/* special state parms */
int foreign_option_index;