X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Fsparse_array_test.c;h=02ce0d1e4a22d1ca361c792991e97463f7be3271;hp=fa57f3fc0e576e9f668651b3ddf5dbb2d4b659d3;hb=1bdbdaffdc66be457a40f33640b523aaf21138c6;hpb=e3ac3654892246d7492f1012897e42ad7efd13ce diff --git a/test/sparse_array_test.c b/test/sparse_array_test.c index fa57f3fc0e..02ce0d1e4a 100644 --- a/test/sparse_array_test.c +++ b/test/sparse_array_test.c @@ -164,7 +164,7 @@ static int test_sparse_array_doall(void) TEST_note("failed at iteration %zu", i + 1); goto err; } - + ossl_sa_char_doall_arg(sa, &leaf_check_all, &doall_data); if (doall_data.res == 0) { TEST_info("while checking all elements");