[or-cvs] r13479: oops. Not *quite* ready, just yet, maybe. Do not turn the TL (in tor/trunk: . src/common)

nickm at seul.org nickm at seul.org
Tue Feb 12 04:48:59 UTC 2008


Author: nickm
Date: 2008-02-11 23:48:59 -0500 (Mon, 11 Feb 2008)
New Revision: 13479

Modified:
   tor/trunk/
   tor/trunk/src/common/tortls.c
Log:
 r18045 at catbus:  nickm | 2008-02-11 23:48:54 -0500
 oops.  Not *quite* ready, just yet, maybe.  Do not turn the TLS client handshake on by mistake _again_.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r18045] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/common/tortls.c
===================================================================
--- tor/trunk/src/common/tortls.c	2008-02-12 04:45:11 UTC (rev 13478)
+++ tor/trunk/src/common/tortls.c	2008-02-12 04:48:59 UTC (rev 13479)
@@ -43,7 +43,7 @@
 #include <string.h>
 
 // #define V2_HANDSHAKE_SERVER
-#define V2_HANDSHAKE_CLIENT
+// #define V2_HANDSHAKE_CLIENT
 
 /* Copied from or.h */
 #define LEGAL_NICKNAME_CHARACTERS \



More information about the tor-commits mailing list