From 1876ccd012e9e2ca6f8e1cd9e7e9bb4bf24ccecb Mon Sep 17 00:00:00 2001 From: Adriaan de Jong Date: Thu, 7 Jul 2011 09:21:03 +0200 Subject: 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 Acked-by: James Yonan Signed-off-by: David Sommerseth --- plugin/examples/log_v3.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin') diff --git a/plugin/examples/log_v3.c b/plugin/examples/log_v3.c index bf2f1dc..2dff6a6 100644 --- a/plugin/examples/log_v3.c +++ b/plugin/examples/log_v3.c @@ -36,6 +36,9 @@ #include #include +#define USE_SSL +#define USE_OPENSSL + #include "openvpn-plugin.h" /* -- cgit