From b1a3030e3705f497a69ab72be433bdbe85affe6a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 10 Apr 2017 17:11:01 -0400 Subject: Newlines! Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3149) --- test/ct_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/ct_test.c') 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; -- cgit v1.2.3