]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixes for the plugin system:
authorAdriaan de Jong <dejong@fox-it.com>
Thu, 7 Jul 2011 07:21:03 +0000 (09:21 +0200)
committerDavid Sommerseth <davids@redhat.com>
Sat, 22 Oct 2011 15:22:51 +0000 (17:22 +0200)
commit1876ccd012e9e2ca6f8e1cd9e7e9bb4bf24ccecb
tree4ccb3c4e2c142dce66a95fef769af1196ba734e5
parent557624e0a7282cf31cd3b58f8155f11f0517f254
Fixes for the plugin system:

 - Removed the dependency on an SSL library for USE_SSL when creating non-SSL plugins
 - Fixed example plugin code to include USE_SSL when needed

Signed-off-by: Adriaan de Jong <dejong@fox-it.com>
Acked-by: James Yonan <james@openvpn.net>
Signed-off-by: David Sommerseth <davids@redhat.com>
init.c
misc.c
multi.c
openvpn-plugin.h
pf.c
plugin.c
plugin.h
plugin/examples/log_v3.c
socket.c
ssl.c
ssl_verify.c