From a3c66475f32cdc927f675a2d2605474406986f01 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 13 Jun 2005 17:33:12 +0000 Subject: compile fix by agl, for code that is always commented out svn:r4427 --- src/or/onion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3