OSSL_STORE: constify the criterion parameter a bit more
authorRichard Levitte <levitte@openssl.org>
Wed, 6 Mar 2019 22:32:07 +0000 (23:32 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 3 Nov 2019 17:38:23 +0000 (18:38 +0100)
commite3c4ad283bd1a52f3d53de22e4fc6053bade14d6
treef68fe010a6f844046cb76db86173ae7000912df9
parent3ee348b0dc5cd904fc2c022e6543f478c3d78732
OSSL_STORE: constify the criterion parameter a bit more

For some reason, OSSL_STORE_SEARCH_get0_name() and OSSL_STORE_find()
accepted a non-const OSSL_STORE_SEARCH criterion, which isn't at all
necessary.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8442)
crypto/store/loader_file.c
crypto/store/store_lib.c
include/openssl/store.h