summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
diff options
context:
space:
mode:
authorLadislav Marko <LadislavMarko@seznam.cz>2023-04-11 15:44:03 +0200
committerHugo Landau <hlandau@openssl.org>2023-04-13 10:28:08 +0100
commite35a21334172997c40928933e1f44e3ba4d2317c (patch)
tree2ceab3db840810a1ede9f01b737ba583f789e4a0 /ssl/ssl_ciph.c
parentc0e090bd61d2e46a1d8f60f39f10152c87e87753 (diff)
Fix typo in ssl_ciph.c
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)
Diffstat (limited to 'ssl/ssl_ciph.c')
-rw-r--r--ssl/ssl_ciph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c
index a2b12a8811..18b9c6d10e 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);