Minor update to includes and documentation for ct_test.c
[openssl.git] / test / ct_test.c
index 4a7c38b3743d17c577eb2578312218b27a395e98..90c3c080c0f266447f0baa6c39f146dfc5e70c4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Tests the Certificate Transparency public and internal APIs.
+ * Tests the Certificate Transparency public API.
  *
  * Author:      Rob Percival (robpercival@google.com)
  *
@@ -59,7 +59,7 @@
 
 #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"