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)
This commit is contained in:
Ladislav Marko 2023-04-11 15:44:03 +02:00 committed by Hugo Landau
parent c0e090bd61
commit e35a213341

View 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);