summaryrefslogtreecommitdiffstats
path: root/test/ct_test.c
diff options
context:
space:
mode:
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;