Add the ability to fail when a hardware accelerator is missing.

Closes ticket 32406.
This commit is contained in:
Nick Mathewson
2019-11-06 11:12:09 -05:00
parent 27a4438805
commit 32a2f96f82
3 changed files with 24 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (configuration):
- If the configured hardware crypto accelerator in AccelName
is prefixed with "!", Tor now exits when it cannot be found.
Closes ticket 32406.