diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-01 10:39:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-01 10:39:48 -0500 |
commit | b928095afc757ab8616642b48e3f22a0b39520b9 (patch) | |
tree | 2561d732643f57bd4d199501f92ddcec25978404 | |
parent | e9ec818c28c96ba1ca6f40c9ccc84c900a5b7265 (diff) | |
download | tor-b928095afc757ab8616642b48e3f22a0b39520b9.tar.gz tor-b928095afc757ab8616642b48e3f22a0b39520b9.zip |
Rework 21359 changes file slightly.
-rw-r--r-- | changes/21359 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/changes/21359 b/changes/21359 index 3b54c91549..cc9b377d52 100644 --- a/changes/21359 +++ b/changes/21359 @@ -1,8 +1,8 @@ - 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) + o Minor features (portability, compilationc) - Support building with recent LibreSSL code that uses opaque structures. Closes ticket 21359. + - Autoconf now check to determine if OpenSSL + structures are opaque, instead of explicitly checking for + OpenSSL version numbers. + Part of ticket 21359. |