diff options
author | Roger Dingledine <arma@torproject.org> | 2013-01-15 15:40:17 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-01-15 15:40:17 -0500 |
commit | 6e4a4002c5f988615299f0160ff4bbfb9dfdda3e (patch) | |
tree | 99949e023db9ecebfa8c855a74e76dc323fc684e /src/or/onion.c | |
parent | 23dd7c901287d7d8282945cb22950a39f5bcdfd2 (diff) | |
download | tor-6e4a4002c5f988615299f0160ff4bbfb9dfdda3e.tar.gz tor-6e4a4002c5f988615299f0160ff4bbfb9dfdda3e.zip |
Clean up odds and ends
Diffstat (limited to 'src/or/onion.c')
-rw-r--r-- | src/or/onion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/onion.c b/src/or/onion.c index 329b01c20e..104393641c 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -374,10 +374,10 @@ onion_skin_server_handshake(int type, /** Perform the final (client-side) step of a circuit-creation handshake of * type <b>type</b>, using our state in <b>handshake_state</b> and the - * server's response in <b>reply</b> On success, generate <b>keys_out_len</b> + * server's response in <b>reply</b>. On success, generate <b>keys_out_len</b> * bytes worth of key material in <b>keys_out_len</b>, set * <b>rend_authenticator_out</b> to the "KH" field that can be used to - * establish introduction points at this hop, and return 0. On failure, + * establish introduction points at this hop, and return 0. On failure, * return -1. */ int onion_skin_client_handshake(int type, |