Rework 21359 changes file slightly.

This commit is contained in:
Nick Mathewson 2017-02-01 10:39:48 -05:00
parent e9ec818c28
commit b928095afc
1 changed files with 5 additions and 5 deletions

View File

@ -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.