diff options
Diffstat (limited to 'src/or')
-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 999a26de6c..da5594f22e 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); |