summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-02-25 18:11:16 +0000
committerRich Salz <rsalz@openssl.org>2016-02-26 14:57:29 -0500
commit0cea8832df37d8fd3e664caec8abbdaa002122b1 (patch)
tree64ca3e44191f81b12c7a3f75baff67612679f85f /test
parent186d04a543498753103f4b6e99f3d4460fe2676d (diff)
Public API for Certificate Transparency
Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/ct_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ct_test.c b/test/ct_test.c
index dd0d8d27ae..ac739ff755 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -58,9 +58,8 @@
#include <stdlib.h>
#include <string.h>
-#include "internal/ct_int.h"
+#include <openssl/ct.h>
#include <openssl/err.h>
-#include <openssl/safestack.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>