summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@eurephia.org>2016-01-20 19:27:58 +0100
committerDavid Sommerseth <dazo@eurephia.org>2016-01-20 19:27:58 +0100
commitfda18234ee89ed55abef04b32e73f686aeeb1e1a (patch)
treefe352fbeaf3619a303f009510510d0332b12f935 /plugin
parent7d3f9f1a97d5aeb3fbdb152f4ef070539a637adc (diff)
downloadeurephia-fda18234ee89ed55abef04b32e73f686aeeb1e1a.tar.gz
eurephia-fda18234ee89ed55abef04b32e73f686aeeb1e1a.tar.xz
eurephia-fda18234ee89ed55abef04b32e73f686aeeb1e1a.zip
Improve compiler warning if OpenSSL build of OpenVPN is not detected
Signed-off-by: David Sommerseth <dazo@eurephia.org>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/eurephia-auth.c2
1 files changed, 1 insertions, 1 deletions
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