mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
42350968a9
Any error when acquiring the CryptoAPI context should get treated as bad. Also, this one can't happen for the arguments we're giving. Fixes bug 10816; bugfix on 0.0.2pre26.
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
o Minor bugfixes (windows):
|
|
- Remove code to special-case handling of NTE_BAD_KEYSET when
|
|
acquiring windows CryptoAPI context. This error can't actually
|
|
occur for the parameters we're providing. Fixes bug 10816;
|
|
bugfix on 0.0.2pre26.
|
|
|