mirror of https://github.com/openssl/openssl.git
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:
parent
c0e090bd61
commit
e35a213341
|
@ -358,7 +358,7 @@ int ssl_load_ciphers(SSL_CTX *ctx)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We ignore any errors from the fetches below. They are expected to fail
|
* 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();
|
ERR_set_mark();
|
||||||
sig = EVP_SIGNATURE_fetch(ctx->libctx, "DSA", ctx->propq);
|
sig = EVP_SIGNATURE_fetch(ctx->libctx, "DSA", ctx->propq);
|
||||||
|
|
Loading…
Reference in New Issue