Make sure that libscrypt_scrypt actually exists before using it.
[tor.git] / changes / bug18841.1
blob205ee5a425a7cba9205a4e0fad8c2dbbcb8a922f
1   o Major bugfixes (compilation):
2     - Correctly detect compiler flags on systems where _FORTIFY_SOURCE
3       is predefined. Previously, our use of -D_FORTIFY_SOURCE would
4       cause a compiler warning, thereby making other checks fail.
5       Fixes one case of bug 18841; bugfix on 0.2.3.17-beta. Patch from
6       "trudokal".