From 2b1aa1988189773497d6edba443cf77f5c31feba Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 22 Jan 2018 11:00:59 +0100 Subject: Reduce the use of e_os.h in test programs This includes unnecessary use of the top as inclusion directory Reviewed-by: Matt Caswell Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5132) --- test/ct_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ct_test.c') diff --git a/test/ct_test.c b/test/ct_test.c index 21f1868220..2d3c053311 100644 --- a/test/ct_test.c +++ b/test/ct_test.c @@ -19,7 +19,7 @@ #include #include #include "testutil.h" -#include "openssl/crypto.h" +#include #ifndef OPENSSL_NO_CT /* Used when declaring buffers to read text files into */ -- cgit v1.2.3