]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo in ssl_ciph.c
authorLadislav Marko <LadislavMarko@seznam.cz>
Tue, 11 Apr 2023 13:44:03 +0000 (15:44 +0200)
committerHugo Landau <hlandau@openssl.org>
Thu, 13 Apr 2023 09:28:08 +0000 (10:28 +0100)
CLA: trivial

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/20703)

ssl/ssl_ciph.c

index a2b12a8811544b830e48a882c0212e7d102fc91c..18b9c6d10e1c8fb4dd5aa56240486d837dba6fd5 100644 (file)
@@ -358,7 +358,7 @@ int ssl_load_ciphers(SSL_CTX *ctx)
 
     /*
      * We ignore any errors from the fetches below. They are expected to fail
-     * if theose algorithms are not available.
+     * if these algorithms are not available.
      */
     ERR_set_mark();
     sig = EVP_SIGNATURE_fetch(ctx->libctx, "DSA", ctx->propq);