diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-08-19 19:01:41 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-08-19 19:01:41 +0000 |
commit | a8035b5fc3efcf19b6e6bf4cef610f77ae063d80 (patch) | |
tree | d1a5aa8e87206879bd46eccc3eff63b0549e3dd2 /src/or/rendcommon.c | |
parent | 24f1d29be17eef10c308049f484af1fc85a10696 (diff) | |
download | tor-a8035b5fc3efcf19b6e6bf4cef610f77ae063d80.tar.gz tor-a8035b5fc3efcf19b6e6bf4cef610f77ae063d80.zip |
Update doxygen documentation.
svn:r16599
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r-- | src/or/rendcommon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 7cb4a8b0ed..a9a561b09c 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -237,7 +237,7 @@ rend_encode_v2_intro_points(char **encoded, rend_service_descriptor_t *desc) /** 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 @@ rend_encrypt_v2_intro_points_basic(char **encrypted_out, /** 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, |