turn crypto hardware acceleration off by default, until we find

somebody smart who can test it for us.


svn:r5829
This commit is contained in:
Roger Dingledine 2006-01-16 20:08:33 +00:00
parent fc9809eb63
commit f0d4b3d18f

View File

@ -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),