Fix typo in store_meth.c

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14776)
This commit is contained in:
Nan Xiao 2021-04-06 16:14:46 +08:00 committed by Pauli
parent 1ac64327df
commit 30573117bb

View File

@ -281,7 +281,7 @@ static OSSL_STORE_LOADER *inner_loader_fetch(OSSL_LIB_CTX *libctx,
}
/*
* If we have been passed neither a scheme_id or a scheme, we have an
* If we have been passed neither a scheme_id nor a scheme, we have an
* internal programming error.
*/
if (!ossl_assert(id != 0 || scheme != NULL)) {