mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
75f3fbaa3c
LibreSSL, despite not having the OpenSSL 1.1 API, does define OPENSSL_VERSION in crypto.h. Additionally, it apparently annotates some functions as returning NULL, so that our unit tests need to be more careful about checking for NULL so they don't get compilation warnings. Closes ticket 26006.
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
o Minor features (compilation, portability):
|
|
- Avoid some compilation warnings with recent versions
|
|
of LibreSSL. Closes ticket 26006.
|
|
|