mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
e9ec818c28
Determining if OpenSSL structures are opaque now uses an autoconf check instead of comparing the version number. Some definitions have been moved to their own check as assumptions which were true for OpenSSL with opaque structures did not hold for LibreSSL. Closes ticket 21359.
9 lines
311 B
Plaintext
9 lines
311 B
Plaintext
o Testing
|
|
- tortls tests now use an autoconf check to determine if OpenSSL
|
|
structures are opaque, instead of an explicit version check.
|
|
See ticket 21359.
|
|
|
|
o Minor bugfixes (compilation)
|
|
- Support building with recent LibreSSL code that uses opaque
|
|
structures. Closes ticket 21359.
|