mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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:
parent
1ac64327df
commit
30573117bb
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user