mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
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:
parent
fc9809eb63
commit
f0d4b3d18f
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user