Ticket #31: 0001-Fix-errors-in-openvpn-plugin.h-documentation.patch

File 0001-Fix-errors-in-openvpn-plugin.h-documentation.patch, 1.1 KB (added by Emmanuel Bretelle, 14 years ago)
  • openvpn-plugin.h

    From 5d1d06bd472be699163928069d898029a8492cfe Mon Sep 17 00:00:00 2001
    From: chantra <chantra@debuntu.org>
    Date: Fri, 30 Jul 2010 20:48:50 +0200
    Subject: [PATCH] Fix errors in openvpn-plugin.h documentation
    
    
    Signed-off-by: chantra <chantra@debuntu.org>
    ---
     openvpn-plugin.h |    3 ++-
     1 files changed, 2 insertions(+), 1 deletions(-)
    
    diff --git a/openvpn-plugin.h b/openvpn-plugin.h
    index 56b0a70..173a0c1 100644
    a b  
    4141 * New Client Connection:
    4242 *
    4343 * FUNC: openvpn_plugin_client_constructor_v1
     44 * FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_ENABLE_PF
    4445 * FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_TLS_VERIFY (called once for every cert
    4546 *                                                     in the server chain)
    4647 * FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY
     
    7273 * [Client session continues]
    7374 *
    7475 * FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_CLIENT_DISCONNECT
    75  * FUNC: openvpn_plugin_client_constructor_v1
     76 * FUNC: openvpn_plugin_client_destructor_v1
    7677 *
    7778 * [ some time may pass ]
    7879 *