[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] compile fix by agl, for code that is always commented out



Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	onion.c 
Log Message:
compile fix by agl, for code that is always commented out


Index: onion.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/onion.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- onion.c	11 Jun 2005 18:52:11 -0000	1.181
+++ onion.c	13 Jun 2005 17:33:12 -0000	1.182
@@ -265,7 +265,7 @@
 
 #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);