Commit 2b2b9684 authored by Rob Percival's avatar Rob Percival Committed by Rich Salz
Browse files

Minor update to includes and documentation for ct_test.c

parent 11c8bc42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * 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"