aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_crypto_slow.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-25 12:19:14 +0100
committerNick Mathewson <nickm@torproject.org>2017-03-31 10:04:44 -0400
commit706c44a6ce0bbeee51c800521a3199d76e1dcd96 (patch)
treeb790ec73f80353004522e9a5d0909c2af7ae4cad /src/test/test_crypto_slow.c
parenta4964466a55a67ca96c751286b3778fc1f12727a (diff)
downloadtor-706c44a6ce0bbeee51c800521a3199d76e1dcd96.tar.gz
tor-706c44a6ce0bbeee51c800521a3199d76e1dcd96.zip
Remove some now-needless openssl includes from src/test.
It would appear that these includes weren't actually used.
Diffstat (limited to 'src/test/test_crypto_slow.c')
-rw-r--r--src/test/test_crypto_slow.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/test_crypto_slow.c b/src/test/test_crypto_slow.c
index 6d676ff9b9..d6b0a43dd5 100644
--- a/src/test/test_crypto_slow.c
+++ b/src/test/test_crypto_slow.c
@@ -12,11 +12,8 @@
#if defined(HAVE_LIBSCRYPT_H) && defined(HAVE_LIBSCRYPT_SCRYPT)
#define HAVE_LIBSCRYPT
-#include <libscrypt.h>
#endif
-#include <openssl/evp.h>
-
/** Run unit tests for our secret-to-key passphrase hashing functionality. */
static void
test_crypto_s2k_rfc2440(void *arg)