Fixed merge nonsense
[openssl.git] / test / ct_test.c
index 67c8457032ad82c708022a51be18e798b75910db..6b36a434694b5149281d1a4b563af3cc67bceb79 100644 (file)
@@ -265,8 +265,6 @@ 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;