From b928095afc757ab8616642b48e3f22a0b39520b9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 1 Feb 2017 10:39:48 -0500 Subject: [PATCH] Rework 21359 changes file slightly. --- changes/21359 | 10 +++++----- 1 file 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.