aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Sommerseth2022-03-13 20:31:54 +0100
committerGert Doering2022-03-15 16:38:16 +0100
commitd816207bc2fe1ee5a04c394b215d50123cb25aad (patch)
tree12af7a35db9cfb672ab25f86b7bb26acb0f0cc0d /include
parent79a111c7e16d157278495cb5f4c52eab2229b68e (diff)
downloadopenvpn-d816207bc2fe1ee5a04c394b215d50123cb25aad.zip
openvpn-d816207bc2fe1ee5a04c394b215d50123cb25aad.tar.gz
plugins: Remove defer/simple.c sample plugin
The use case for this plug-in is dubious now with the new multi-auth.c plugin available. This new plugin is based on simple.c, but allows far more flexibility for testing. Signed-off-by: David Sommerseth <davids@openvpn.net> Acked-by: Antonio Quartulli <antonio@openvpn.net> Message-Id: <20220313193154.9350-4-openvpn@sf.lists.topphemmelig.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23933.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'include')
-rw-r--r--include/openvpn-plugin.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openvpn-plugin.h.in b/include/openvpn-plugin.h.in
index 087010a..dc7c530 100644
--- a/include/openvpn-plugin.h.in
+++ b/include/openvpn-plugin.h.in
@@ -584,8 +584,8 @@ OPENVPN_PLUGIN_DEF openvpn_plugin_handle_t OPENVPN_PLUGIN_FUNC(openvpn_plugin_op
*
* OpenVPN will delete the auth_control_file after it goes out of scope.
*
- * See plugin/defer/simple.c for an example on using asynchronous
- * authentication.
+ * See sample/sample-plugins/defer/multi-auth.c for an example on using
+ * asynchronous authentication.
*/
OPENVPN_PLUGIN_DEF int OPENVPN_PLUGIN_FUNC(openvpn_plugin_func_v2)
(openvpn_plugin_handle_t handle,