mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
2a365413eb
(OpenSSL 1.1 makes EVP_CIPHER_CTX opaque, _and_ adds acceleration for counter mode on more architectures. So it won't work if we try the older approach, and it might help if we try the newer one.) Fixes bug 20588.
4 lines
142 B
Plaintext
4 lines
142 B
Plaintext
o Minor bugfixes (portability):
|
|
- Fix compilation with OpenSSL 1.1 and less commonly-used
|
|
CPU architectures. Closes ticket 20588.
|