commit | 0cea8832df37d8fd3e664caec8abbdaa002122b1 | [log] [tgz] |
---|---|---|
author | Rob Percival <robpercival@google.com> | Thu Feb 25 18:11:16 2016 +0000 |
committer | Rich Salz <rsalz@openssl.org> | Fri Feb 26 14:57:29 2016 -0500 |
tree | 64ca3e44191f81b12c7a3f75baff67612679f85f | |
parent | 186d04a543498753103f4b6e99f3d4460fe2676d [diff] [blame] |
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>