commit b928095afc757ab8616642b48e3f22a0b39520b9 Author: Nick Mathewson nickm@torproject.org Date: Wed Feb 1 10:39:48 2017 -0500
Rework 21359 changes file slightly. --- changes/21359 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/changes/21359 b/changes/21359 index 3b54c91..cc9b377 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.