STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functions
authorRichard Levitte <levitte@openssl.org>
Thu, 10 Jun 2021 05:25:56 +0000 (07:25 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 11 Jun 2021 07:09:21 +0000 (09:09 +0200)
commit6309b799e940d57fdeb55ba4416a571283beb116
treeb385d12eeb465d07df1a9d46282f1a51e52945a3
parentb19fcc66d382357617744690dc3363947de2cb6f
STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functions

The argument order was different on this one.

Fixes #15688

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15689)
crypto/store/store_lib.c
crypto/store/store_meth.c
doc/man3/OSSL_STORE_LOADER.pod
include/openssl/store.h