summaryrefslogtreecommitdiffstats
path: root/test/ct_test.c
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-04-10 17:11:01 -0400
committerRich Salz <rsalz@openssl.org>2017-05-22 08:03:22 -0400
commitb1a3030e3705f497a69ab72be433bdbe85affe6a (patch)
tree4212237bc5b5e7b55d71f5df9466934a97a13637 /test/ct_test.c
parentc9cf4bc815e08ee53e84da4b4c8300dad1d4d178 (diff)
Newlines!
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3149)
Diffstat (limited to 'test/ct_test.c')
-rw-r--r--test/ct_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ct_test.c b/test/ct_test.c
index 6b36a43469..67c8457032 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -265,6 +265,8 @@ static int execute_cert_test(CT_TEST_FIXTURE fixture)
int i;
X509_EXTENSION *sct_extension = NULL;
+ cert = load_pem_cert(fixture.certs_dir, fixture.certificate_file);
+
if (!TEST_ptr(cert = load_pem_cert(fixture.certs_dir,
fixture.certificate_file)))
goto end;