diff options
author | Roger Dingledine <arma@torproject.org> | 2005-06-13 17:33:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-06-13 17:33:12 +0000 |
commit | a3c66475f32cdc927f675a2d2605474406986f01 (patch) | |
tree | 019e81447173259e62fdc597273d0aa037587b46 /src | |
parent | 205aaf7693d30aa067d4f10f3c66b267ed08bf68 (diff) | |
download | tor-a3c66475f32cdc927f675a2d2605474406986f01.tar tor-a3c66475f32cdc927f675a2d2605474406986f01.tar.gz |
compile fix by agl, for code that is always commented out
svn:r4427
Diffstat (limited to 'src')
-rw-r--r-- | src/or/onion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/onion.c b/src/or/onion.c index 999a26de6..da5594f22 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -265,7 +265,7 @@ onion_skin_server_handshake(const char *onion_skin, /* ONIONSKIN_CHALLENGE_LEN b #ifdef DEBUG_ONION_SKINS printf("Server: key material:"); - PA(buf, DH_KEY_LEN); + PA(key_material, DH_KEY_LEN); puts(""); printf("Server: keys out:"); PA(key_out, key_out_len); |