Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
/*
- * Tests the Certificate Transparency public and internal APIs.
+ * Tests the Certificate Transparency public API.
*
* Author: Rob Percival (robpercival@google.com)
*
#include <openssl/ct.h>
#include <openssl/err.h>
-#include <openssl/ssl.h>
+#include <openssl/pem.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>
#include "testutil.h"