summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/eurephia-auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/eurephia-auth.c b/plugin/eurephia-auth.c
index 1488d9a..79057da 100644
--- a/plugin/eurephia-auth.c
+++ b/plugin/eurephia-auth.c
@@ -45,8 +45,6 @@
#include <eurephia_values.h>
#include <environment.h>
-#ifdef ENABLE_DEBUG /* To avoid compiler warnings when ENABLE_DEBUG is not defined */
-
/**
* A structure which is prepared in openvpn_plugin_client_constructor_v1().
* This function is called by OpenVPN to initialise a per client memory buffer.
@@ -56,6 +54,8 @@ typedef struct _eurephiaClientCTX {
certinfo *cert;
} eurephiaClientCTX;
+#ifdef ENABLE_DEBUG /* To avoid compiler warnings when ENABLE_DEBUG is not defined */
+
/**
* Simple "converter" from OPENVPN_PLUGIN_* type IDs to string
*