summaryrefslogtreecommitdiffstats
path: root/plugin/eurephia.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/eurephia.c')
-rw-r--r--plugin/eurephia.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugin/eurephia.c b/plugin/eurephia.c
index 03c5e50..370885e 100644
--- a/plugin/eurephia.c
+++ b/plugin/eurephia.c
@@ -245,9 +245,10 @@ int eurephiaShutdown(eurephiaCTX *ctx)
/**
* Verifies the certificate digest (SHA1 fingerprint) against the database.
*
- * @param ctx eurephiaCTX
- * @param env openvpn environment table containing all the information we need
- * @param depth If depth is 0, it's a client certificate, or else it's a CA certificate
+ * @param ctx eurephiaCTX
+ * @param env openvpn environment table containing all the information we need
+ * @param depth_str If depth is 0, it's a client certificate, or else it's a CA certificate.
+ * The input is a string containing the depth value.
*
* @return Returns 0 on failure and 1 on success.
*/