From 6e4a4002c5f988615299f0160ff4bbfb9dfdda3e Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 15 Jan 2013 15:40:17 -0500 Subject: Clean up odds and ends --- src/or/onion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/onion.c') 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 type, using our state in handshake_state and the - * server's response in reply On success, generate keys_out_len + * server's response in reply. On success, generate keys_out_len * bytes worth of key material in keys_out_len, set * rend_authenticator_out 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, -- cgit v1.2.3-54-g00ecf