summaryrefslogtreecommitdiffstats
path: root/plugin.c
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-12-28 06:58:19 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-12-28 06:58:19 +0000
commitd92819fa1adc5d2ee8f1c2bbd0d32829635eacf1 (patch)
tree63e57ec0746a84cd2cca41b95b8377cbddbb7732 /plugin.c
parent11478859395f0a02ff95003bebe7316e8193a13f (diff)
downloadopenvpn-d92819fa1adc5d2ee8f1c2bbd0d32829635eacf1.tar.gz
openvpn-d92819fa1adc5d2ee8f1c2bbd0d32829635eacf1.tar.xz
openvpn-d92819fa1adc5d2ee8f1c2bbd0d32829635eacf1.zip
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 'plugin.c')
-rw-r--r--plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin.c b/plugin.c
index 190b2c0..e841dc7 100644
--- a/plugin.c
+++ b/plugin.c
@@ -87,6 +87,8 @@ plugin_type_name (const int type)
return "PLUGIN_CLIENT_DISCONNECT";
case OPENVPN_PLUGIN_LEARN_ADDRESS:
return "PLUGIN_LEARN_ADDRESS";
+ case OPENVPN_PLUGIN_TLS_FINAL:
+ return "PLUGIN_TLS_FINAL";
default:
return "PLUGIN_???";
}