diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-12-28 06:58:19 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-12-28 06:58:19 +0000 |
commit | d92819fa1adc5d2ee8f1c2bbd0d32829635eacf1 (patch) | |
tree | 63e57ec0746a84cd2cca41b95b8377cbddbb7732 /openvpn-plugin.h | |
parent | Minor ChangeLog edit. (diff) | |
download | openvpn-d92819fa1adc5d2ee8f1c2bbd0d32829635eacf1.tar.xz |
Added OPENVPN_PLUGIN_TLS_FINAL plugin callback.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@862 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | openvpn-plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openvpn-plugin.h b/openvpn-plugin.h index 1f53eea..b333168 100644 --- a/openvpn-plugin.h +++ b/openvpn-plugin.h @@ -38,7 +38,8 @@ #define OPENVPN_PLUGIN_CLIENT_DISCONNECT 7 #define OPENVPN_PLUGIN_LEARN_ADDRESS 8 #define OPENVPN_PLUGIN_CLIENT_CONNECT_V2 9 -#define OPENVPN_PLUGIN_N 10 +#define OPENVPN_PLUGIN_TLS_FINAL 10 +#define OPENVPN_PLUGIN_N 11 /* * Build a mask out of a set of plug-in types. |