summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-07-06 00:49:05 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-30 11:02:55 +0200
commitc0c7c8da5c3e3a50c285c83abbcb2e64d9d89c45 (patch)
tree3739f6f0d4084a99d88e8d274b34cee16cd6c76d /plugin
parent97bc74e72d9c47d684f1fcc39dd846ecfac92020 (diff)
downloadeurephia-c0c7c8da5c3e3a50c285c83abbcb2e64d9d89c45.tar.gz
eurephia-c0c7c8da5c3e3a50c285c83abbcb2e64d9d89c45.tar.xz
eurephia-c0c7c8da5c3e3a50c285c83abbcb2e64d9d89c45.zip
Updated doxygen documentation for eurephia.c:245:eurephia_tlsverify()
This is related to the changes done in commit c6621d108bb8beb97ca61.
Diffstat (limited to 'plugin')
-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.
*/