aboutsummaryrefslogtreecommitdiffstats
path: root/test/ct_test.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-26 08:57:06 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-26 12:28:35 +0100
commit17436ce532fba87c07d02ca99d59ddaa65865862 (patch)
tree832eec3ca9ee29ad9b47d98fc089539d4eb57b94 /test/ct_test.c
parent71a04cfca03bf6d5a93ad3ffd23e0fb9e0da2919 (diff)
downloadopenssl-17436ce532fba87c07d02ca99d59ddaa65865862.tar.gz
Normalise the include directives in ct_test.c
build.info needed a slight update, one more include directory. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'test/ct_test.c')
-rw-r--r--test/ct_test.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/ct_test.c b/test/ct_test.c
index cc01b13a79..dd0d8d27ae 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -58,12 +58,12 @@
#include <stdlib.h>
#include <string.h>
-#include "crypto/include/internal/ct_int.h"
-#include "openssl/err.h"
-#include "openssl/safestack.h"
-#include "openssl/ssl.h"
-#include "openssl/x509.h"
-#include "openssl/x509v3.h"
+#include "internal/ct_int.h"
+#include <openssl/err.h>
+#include <openssl/safestack.h>
+#include <openssl/ssl.h>
+#include <openssl/x509.h>
+#include <openssl/x509v3.h>
#include "testutil.h"
#if !defined(OPENSSL_NO_CT) && !defined(OPENSSL_NO_UNIT_TEST)