diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-01 10:39:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-01 10:39:59 -0500 |
commit | 24551d64ad98f88977b81fd8df26837772f2902c (patch) | |
tree | 01e95166cfec7df9da38cbc6477074eea611e002 /changes | |
parent | f1530d0e5a66f61c1d9f287cf0ae79f377b7d026 (diff) | |
parent | b928095afc757ab8616642b48e3f22a0b39520b9 (diff) | |
download | tor-24551d64ad98f88977b81fd8df26837772f2902c.tar.gz tor-24551d64ad98f88977b81fd8df26837772f2902c.zip |
Merge branch 'maint-0.2.9'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/21359 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/21359 b/changes/21359 new file mode 100644 index 0000000000..cc9b377d52 --- /dev/null +++ b/changes/21359 @@ -0,0 +1,8 @@ + + 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. |