]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Implement the core v3 plug-in function calls.
authorDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 9 Dec 2010 23:15:27 +0000 (00:15 +0100)
committerDavid Sommerseth <davids@redhat.com>
Fri, 25 Mar 2011 08:38:48 +0000 (09:38 +0100)
commit76b41d7f69853b07d2a32d7179136b2781dcedf8
tree7c153f68806a6d2ab2ef45c9a5ba04a15180fa1d
parent6b2e3b9132e5820cebf4984c86ef742c11587790
Implement the core v3 plug-in function calls.

Let OpenVPN call the openvpn_plugin_open_v3() and
openvpn_plugin_func_v3() plug-in functions if they exist in the plug-in.

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: James Yonan <james@openvpn.net>
plugin.c