tor/changes/bug22892
Nick Mathewson e111cfcd54 Restore openssl and libscrypt includes in test_crypto_slow.c
This reverts part of commit 706c44a6ce.

It was a mistake to remove these includes: they were needed on
systems where we have openssl 1.1.0 *and* libscrypt, and where we
were validating the one against the other.

Fixes bug 22892; bugfix on 0.3.1.1-alpha.
2017-07-12 09:23:15 -04:00

5 lines
203 B
Plaintext

o Minor bugfixes (compilation):
- Compile correctly when both openssl 1.1.0 and libscrypt are detected.
Previously this would cause an error. Fixes bug 22892; bugfix on
0.3.1.1-alpha.