Public API for Certificate Transparency

Reviewed-by: Ben Laurie <ben@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
diff --git a/test/ct_test.c b/test/ct_test.c
index dd0d8d2..ac739ff 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>