aboutsummaryrefslogtreecommitdiff
path: root/apps/storeutl.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-06-27 23:08:54 +0200
committerRichard Levitte <levitte@openssl.org>2017-06-29 11:55:33 +0200
commit6fc1d33c90015d3ad5738ec99aaa12fdb9640295 (patch)
tree9c572c197388d8a0cf406df1b6e67edad320ae47 /apps/storeutl.c
parentf95c439804bc227818b4290939569b515d730a63 (diff)
downloadopenssl-6fc1d33c90015d3ad5738ec99aaa12fdb9640295.zip
openssl-6fc1d33c90015d3ad5738ec99aaa12fdb9640295.tar.gz
openssl-6fc1d33c90015d3ad5738ec99aaa12fdb9640295.tar.bz2
STORE 'file' scheme loader: refactor the treatment of matches
Sometimes, 'file_load' couldn't really distinguish if a file handler matched the data and produced an error or if it didn't match the data at all. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3542)
Diffstat (limited to 'apps/storeutl.c')
-rw-r--r--apps/storeutl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/storeutl.c b/apps/storeutl.c
index ac19d1d..dd2f60b 100644
--- a/apps/storeutl.c
+++ b/apps/storeutl.c
@@ -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,