aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_crypto_openssl.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 11:42:52 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 12:21:52 -0400
commit6ac64e16ed6958d1a5960c560254217478b7ad87 (patch)
tree735265160969e1d4353168742124427f56b0df30 /src/test/test_crypto_openssl.c
parent077176a34c54929580a0178ce6667ae180c352d1 (diff)
downloadtor-6ac64e16ed6958d1a5960c560254217478b7ad87.tar.gz
tor-6ac64e16ed6958d1a5960c560254217478b7ad87.zip
Eliminate compat.h
Diffstat (limited to 'src/test/test_crypto_openssl.c')
-rw-r--r--src/test/test_crypto_openssl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_crypto_openssl.c b/src/test/test_crypto_openssl.c
index a01de18a6e..d443ba6fd0 100644
--- a/src/test/test_crypto_openssl.c
+++ b/src/test/test_crypto_openssl.c
@@ -10,7 +10,6 @@
#include "lib/crypt_ops/crypto_rand.h"
#include "common/util.h"
#include "lib/encoding/binascii.h"
-#include "common/compat.h"
#include "test/test.h"
#include <openssl/evp.h>