Remove crypto/rand include from test_crypto.c

Create a new test_crypto_openssl to test openssl-only crypto.c
functionality.
This commit is contained in:
Nick Mathewson
2017-03-25 12:04:11 +01:00
parent 38fb651f0d
commit 1a14e5be91
5 changed files with 55 additions and 34 deletions
+1
View File
@@ -91,6 +91,7 @@ src_test_test_SOURCES = \
src/test/test_controller.c \
src/test/test_controller_events.c \
src/test/test_crypto.c \
src/test/test_crypto_openssl.c \
src/test/test_data.c \
src/test/test_dir.c \
src/test/test_dir_common.c \