summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-03-07 17:58:49 +0000
committerRich Salz <rsalz@openssl.org>2016-03-07 14:45:49 -0500
commit2b2b96847d7f22b24109a53a57c6d4d371209de3 (patch)
tree53a087e445a1f79fe21d799b1c9793f26ec8bae0 /test
parent11c8bc42f7b3c84588fa3354b91424df73471de1 (diff)
Minor update to includes and documentation for ct_test.c
Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/ct_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ct_test.c b/test/ct_test.c
index 4a7c38b374..90c3c080c0 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -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"