diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-25 22:38:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-03 11:29:48 -0500 |
commit | 94cb7bd24d2ffda9038c267b3ee0837dd64ec903 (patch) | |
tree | ba8cdf4f424ff7d25afb46118bf7db0d94a35657 /src/or/onion.c | |
parent | 5f219ddd029348df2d384fca5012d96957885cbc (diff) | |
download | tor-94cb7bd24d2ffda9038c267b3ee0837dd64ec903.tar.gz tor-94cb7bd24d2ffda9038c267b3ee0837dd64ec903.zip |
Complete all DOCDOC entries from the ntor branch
Diffstat (limited to 'src/or/onion.c')
-rw-r--r-- | src/or/onion.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/onion.c b/src/or/onion.c index 56bc9a3b8a..fc3e621f73 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -304,9 +304,8 @@ onion_skin_create(int type, * type <b>type</b>, responding to the client request in <b>onion_skin</b> * using the keys in <b>keys</b>. On success, write our response into * <b>reply_out</b>, generate <b>keys_out_len</b> bytes worth of key material - * in <b>keys_out_len</b>, and return the length of the reply. On failure, - * return -1. - * DOCDOC rend_nonce_out + * in <b>keys_out_len</b>, a hidden service nonce to <b>rend_nonce_out</b>, + * and return the length of the reply. On failure, return -1. */ int onion_skin_server_handshake(int type, |