]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo in store_meth.c
authorNan Xiao <nan@chinadtrace.org>
Tue, 6 Apr 2021 08:14:46 +0000 (16:14 +0800)
committerPauli <pauli@openssl.org>
Wed, 7 Apr 2021 12:39:35 +0000 (22:39 +1000)
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)

crypto/store/store_meth.c

index be78adaab811f2b032da490ca146fb725a72a7b6..a2ab341fe979a08cacf3eeb2e20e00261c29c0b1 100644 (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)) {