STORE 'file' scheme loader: refactor the treatment of matches
[openssl.git] / apps / storeutl.c
index ac19d1d8c0238a65658d8f95fe3c434c39fbeaf5..dd2f60b5ef3c16229fcd814ca7fc0b8c1e221b2c 100644 (file)
@@ -117,7 +117,7 @@ int storeutl_main(int argc, char *argv[])
             if (OSSL_STORE_error(store_ctx)) {
                 ERR_print_errors(bio_err);
                 ret++;
-                break;
+                continue;
             }
 
             BIO_printf(bio_err,