diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-07 09:08:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-07 09:08:58 -0500 |
commit | ce8a1e25a2a7ea7f4c7ce72932b7ee08fa05b7d3 (patch) | |
tree | 4c5b22147a3ab3640da18d605d5fad76e30e48d1 /changes | |
parent | f6a3d213e4ace95bbe0361878705d9a889f92974 (diff) | |
parent | 0bd55ed96a3132918472326261e766ae0e9dc347 (diff) | |
download | tor-ce8a1e25a2a7ea7f4c7ce72932b7ee08fa05b7d3.tar.gz tor-ce8a1e25a2a7ea7f4c7ce72932b7ee08fa05b7d3.zip |
Merge branch 'bug20588' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20588 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug20588 b/changes/bug20588 new file mode 100644 index 0000000000..be199b2de0 --- /dev/null +++ b/changes/bug20588 @@ -0,0 +1,3 @@ + o Minor bugfixes (portability): + - Fix compilation with OpenSSL 1.1 and less commonly-used + CPU architectures. Closes ticket 20588. |