mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
9bb34aa897
Apparently fedora currently has ECDH but not P224. This isn't a huge
deal, since we no longer use OpenSSL's P224 ever (see #9780 and
72c1e5acfe
). But we shouldn't have segfaulting benchmarks really.
Fixes bug 10835; bugfix on 0.2.4.8-alpha.
5 lines
235 B
Plaintext
5 lines
235 B
Plaintext
o Minor bugfixes (testing):
|
|
- Fix a segmentation fault in our benchmark code when running with
|
|
Fedora's OpenSSL package, or any other OpenSSL that provides
|
|
ECDH but not P224. Fixes bug 10835; bugfix on 0.2.4.8-alpha.
|