835
846
error (EXIT_FAILURE, 0, "gnutls_x509_crt_list_verify[%d,%d]: %s",
838
849
if (verify_status != chains[i].expected_verify_result)
840
error (0, 0, "verify_status: %d expected: %d",
853
862
gnutls_x509_crt_deinit (ca);
854
863
for (j = 0; chains[i].chain[j]; j++)
855
864
gnutls_x509_crt_deinit (certs[j]);