summaryrefslogtreecommitdiffstats
path: root/test/ct_test.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-01-22 11:00:59 +0100
committerRichard Levitte <levitte@openssl.org>2018-01-22 16:21:40 +0100
commit2b1aa1988189773497d6edba443cf77f5c31feba (patch)
treedaa65ed1121408e56cb1d70964369c32791244dd /test/ct_test.c
parentda1a1b5ac417c4e38f7717082d69cb5f0ceda6b9 (diff)
Reduce the use of e_os.h in test programs
This includes unnecessary use of the top as inclusion directory Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5132)
Diffstat (limited to 'test/ct_test.c')
-rw-r--r--test/ct_test.c2
1 files changed, 1 insertions, 1 deletions
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 <openssl/x509.h>
#include <openssl/x509v3.h>
#include "testutil.h"
-#include "openssl/crypto.h"
+#include <openssl/crypto.h>
#ifndef OPENSSL_NO_CT
/* Used when declaring buffers to read text files into */