From: Ladislav Marko Date: Tue, 11 Apr 2023 13:44:03 +0000 (+0200) Subject: Fix typo in ssl_ciph.c X-Git-Tag: openssl-3.2.0-alpha1~1010 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e35a21334172997c40928933e1f44e3ba4d2317c;p=thirdparty%2Fopenssl.git Fix typo in ssl_ciph.c CLA: trivial Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/20703) --- diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index a2b12a88115..18b9c6d10e1 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -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);