From: Rob Percival Date: Mon, 7 Mar 2016 17:58:49 +0000 (+0000) Subject: Minor update to includes and documentation for ct_test.c X-Git-Tag: OpenSSL_1_1_0-pre4~303 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b2b96847d7f22b24109a53a57c6d4d371209de3;p=oweals%2Fopenssl.git Minor update to includes and documentation for ct_test.c Reviewed-by: Emilia Käsper Reviewed-by: Rich Salz --- 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"