mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
compile fix by agl, for code that is always commented out
svn:r4427
This commit is contained in:
parent
205aaf7693
commit
a3c66475f3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue