[or-cvs] r16599: {tor} Update doxygen documentation. (tor/trunk/src/or)

kloesing at seul.org kloesing at seul.org
Tue Aug 19 19:01:41 UTC 2008


Author: kloesing
Date: 2008-08-19 15:01:41 -0400 (Tue, 19 Aug 2008)
New Revision: 16599

Modified:
   tor/trunk/src/or/rendcommon.c
Log:
Update doxygen documentation.

Modified: tor/trunk/src/or/rendcommon.c
===================================================================
--- tor/trunk/src/or/rendcommon.c	2008-08-19 15:41:28 UTC (rev 16598)
+++ tor/trunk/src/or/rendcommon.c	2008-08-19 19:01:41 UTC (rev 16599)
@@ -237,7 +237,7 @@
 /** Encrypt the encoded introduction points in <b>encoded</b> using
  * authorization type  'basic' with <b>client_cookies</b> and write the
  * result to a newly allocated string pointed to by <b>encrypted_out</b> of
- * length <b>encrypted_len</b>. Return 0 for success, -1 otherwise. */
+ * length <b>encrypted_len_out</b>. Return 0 for success, -1 otherwise. */
 static int
 rend_encrypt_v2_intro_points_basic(char **encrypted_out,
                                    size_t *encrypted_len_out,
@@ -352,8 +352,8 @@
 /** Encrypt the encoded introduction points in <b>encoded</b> using
  * authorization type 'stealth' with <b>descriptor_cookie</b> of length
  * REND_DESC_COOKIE_LEN and write the result to a newly allocated string
- * pointed to by <b>encrypted</b> of length <b>encrypted_len</b>. Return 0
- * for success, -1 otherwise. */
+ * pointed to by <b>encrypted_out</b> of length <b>encrypted_len_out</b>.
+ * Return 0 for success, -1 otherwise. */
 static int
 rend_encrypt_v2_intro_points_stealth(char **encrypted_out,
                                      size_t *encrypted_len_out,



More information about the tor-commits mailing list