[or-cvs] Appease insane windows compiler. (Oh no, an extra semi, th...

Nick Mathewson nickm at seul.org
Fri Aug 5 19:25:26 UTC 2005


Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv21148/src/common

Modified Files:
	crypto.c 
Log Message:
Appease insane windows compiler.  (Oh no, an extra semi, the sky is falling!)

Index: crypto.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/crypto.c,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- crypto.c	5 Aug 2005 14:59:14 -0000	1.146
+++ crypto.c	5 Aug 2005 19:25:23 -0000	1.147
@@ -1296,7 +1296,7 @@
 
   ctx = BN_CTX_new();
   for (i=0; i<5; ++i) {
-    BIGNUM *x = BN_new(), *g_x = BN_new(), *p_x = BN_new();;
+    BIGNUM *x = BN_new(), *g_x = BN_new(), *p_x = BN_new();
     char *x_s, *g_x_s, *p_x_s;
     BN_copy(x, dh_param_p);
     BN_copy(p_x, dh_param_p);



More information about the tor-commits mailing list