소스 검색

compile fix by agl, for code that is always commented out

svn:r4427
Roger Dingledine 20 년 전
부모
커밋
a3c66475f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/onion.c

+ 1 - 1
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);