diff options
author | Yawning Angel <yawning@schwanenlied.me> | 2016-06-24 22:20:41 +0000 |
---|---|---|
committer | Yawning Angel <yawning@schwanenlied.me> | 2016-06-24 22:20:41 +0000 |
commit | 0116eae59a35e4303ca179d6b0fb0302a83e87a1 (patch) | |
tree | df5a1f142c9aa1745a13dd7f0dcebcb9c8e6f5a0 /changes | |
parent | 421a7c8c35064993cf4ce344e4b0fab06e7df3a4 (diff) | |
download | tor-0116eae59a35e4303ca179d6b0fb0302a83e87a1.tar.gz tor-0116eae59a35e4303ca179d6b0fb0302a83e87a1.zip |
Bug19499: Fix GCC warnings when building against bleeding edge OpenSSL.
The previous version of the new accessors didn't specify const but it
was changed in master.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19499 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19499 b/changes/bug19499 new file mode 100644 index 0000000000..5db49bb749 --- /dev/null +++ b/changes/bug19499 @@ -0,0 +1,4 @@ + o Minor features (build): + - Tor now again builds with the recent OpenSSL 1.1 development branch + (tested against 1.1.0-pre6-dev). + |