crypto config: do not change the user's value of HardwareAccel.

We still interpret "AccelName" as turning on the "HardwareAccel"
feature, but we no longer modify the user's options here.

Fixes bug 32382; bugfix on 0.2.2.1-alpha when we added openssl
engine support.
This commit is contained in:
Nick Mathewson
2019-11-05 10:04:39 -05:00
parent 8cd3e66d93
commit 0d8504e70b
3 changed files with 8 additions and 21 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (configuration):
- Avoid changing the user's value of HardwareAccel as stored by SAVECONF,
when AccelName is set but HardwareAccel is not.
Fixes bug 32382; bugfix on 0.2.2.1-alpha.