From c0c7c8da5c3e3a50c285c83abbcb2e64d9d89c45 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 6 Jul 2010 00:49:05 +0200 Subject: Updated doxygen documentation for eurephia.c:245:eurephia_tlsverify() This is related to the changes done in commit c6621d108bb8beb97ca61. --- plugin/eurephia.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugin') 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. */ -- cgit