From fda18234ee89ed55abef04b32e73f686aeeb1e1a Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 20 Jan 2016 19:27:58 +0100 Subject: Improve compiler warning if OpenSSL build of OpenVPN is not detected Signed-off-by: David Sommerseth --- plugin/eurephia-auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/eurephia-auth.c b/plugin/eurephia-auth.c index 79057da..3d21046 100644 --- a/plugin/eurephia-auth.c +++ b/plugin/eurephia-auth.c @@ -265,7 +265,7 @@ OPENVPN_EXPORT int openvpn_plugin_open_v3(const int apiversion, return OPENVPN_PLUGIN_FUNC_ERROR; } #else -#warning OpenVPN must be compiled against OpenSSL for eurephia to function. You have been warned! +#warning openvpn-plugins.h does not indicate SSL library. If OpenVPN is not compiled against OpenSSL, eurephia will fail badly. You have been warned. #endif // Define what will trigger eurephia -- cgit