diff options
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, |