From 2b2b96847d7f22b24109a53a57c6d4d371209de3 Mon Sep 17 00:00:00 2001 From: Rob Percival Date: Mon, 7 Mar 2016 17:58:49 +0000 Subject: [PATCH] Minor update to includes and documentation for ct_test.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Emilia Käsper Reviewed-by: Rich Salz --- test/ct_test.c | 4 ++-- 1 file 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 #include -#include +#include #include #include #include "testutil.h" -- 2.34.1