diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-25 10:21:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-25 10:21:15 -0400 |
commit | 44ea3dc3311564a9b7f6f67a106be0fa56b38554 (patch) | |
tree | 54b12aaaf132570deb48aada4e025f9c792efd19 /changes | |
parent | a3ec811c2ee801bf6dd3d7f65c4997470e807c9d (diff) | |
parent | 6d375f17fc6df89e9eaf2b9b69f3d69bb78dfc4d (diff) | |
download | tor-44ea3dc3311564a9b7f6f67a106be0fa56b38554.tar.gz tor-44ea3dc3311564a9b7f6f67a106be0fa56b38554.zip |
Merge branch 'maint-0.2.8'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19161 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug19161 b/changes/bug19161 new file mode 100644 index 0000000000..78c2165308 --- /dev/null +++ b/changes/bug19161 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - When libscrypt.h is found, but no libscrypt library can be linked, + treat libscrypt as absent. Fixes bug 19161; bugfix on 0.2.6.1-alpha. |