From: Daniel Gustafsson Date: Wed, 3 Jul 2024 13:12:01 +0000 (+0200) Subject: Fix incorrect sentence X-Git-Tag: openssl-3.4.0-alpha1~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59c415a45f47cb34147427e46c78d945919b1da2;p=thirdparty%2Fopenssl.git Fix incorrect sentence Remove superfluous "the" from sentence. CLA: trivial Reviewed-by: Neil Horman Reviewed-by: Kurt Roeckx Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24790) --- diff --git a/doc/man3/SSL_CTX_set_cipher_list.pod b/doc/man3/SSL_CTX_set_cipher_list.pod index 0fe8be8094c..5e93b9ab75f 100644 --- a/doc/man3/SSL_CTX_set_cipher_list.pod +++ b/doc/man3/SSL_CTX_set_cipher_list.pod @@ -56,7 +56,7 @@ ciphersuite names in order of preference. Valid TLSv1.3 ciphersuite names are: =back -An empty list is permissible. The default value for the this setting is: +An empty list is permissible. The default value for this setting is: "TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256"