[or-cvs] turn crypto hardware acceleration off by default, until we ...
arma at seul.org
arma at seul.org
Mon Jan 16 20:08:36 UTC 2006
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
config.c
Log Message:
turn crypto hardware acceleration off by default, until we find
somebody smart who can test it for us.
Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.492
retrieving revision 1.493
diff -u -p -d -r1.492 -r1.493
--- config.c 11 Jan 2006 20:09:37 -0000 1.492
+++ config.c 16 Jan 2006 20:08:33 -0000 1.493
@@ -153,7 +153,7 @@ static config_var_t _option_vars[] = {
VAR("FirewallPorts", CSV, FirewallPorts, ""),
VAR("FastFirstHopPK", BOOL, FastFirstHopPK, "1"),
VAR("Group", STRING, Group, NULL),
- VAR("HardwareAccel", BOOL, HardwareAccel, "1"),
+ VAR("HardwareAccel", BOOL, HardwareAccel, "0"),
VAR("HashedControlPassword",STRING, HashedControlPassword, NULL),
VAR("HiddenServiceDir", LINELIST_S, RendConfigLines, NULL),
VAR("HiddenServiceExcludeNodes", LINELIST_S, RendConfigLines, NULL),
More information about the tor-commits
mailing list