Minor update to includes and documentation for ct_test.c
authorRob Percival <robpercival@google.com>
Mon, 7 Mar 2016 17:58:49 +0000 (17:58 +0000)
committerRich Salz <rsalz@openssl.org>
Mon, 7 Mar 2016 19:45:49 +0000 (14:45 -0500)
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
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"