]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: Minor typo in SSL_CTX_set_tmp_dh_callback docs.
authorSean Bright <sean@seanbright.com>
Mon, 20 Nov 2023 20:08:19 +0000 (15:08 -0500)
committerTomas Mraz <tomas@openssl.org>
Thu, 30 Nov 2023 17:47:31 +0000 (18:47 +0100)
well know -> well known

CLA: trivial

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22778)

(cherry picked from commit db04cf25f3e0dda77a3b054ae12ae1874b1ae977)

doc/man3/SSL_CTX_set_tmp_dh_callback.pod

index 0c6694d4c6a7ca3dbfcfbf1062d664bb3657d4d4..4799ada6844b2051b4fed4cdcb0798eb327651f4 100644 (file)
@@ -55,7 +55,7 @@ As generating DH parameters is extremely time consuming, an application
 should not generate the parameters on the fly. DH parameters can be reused, as
 the actual key is newly generated during the negotiation.
 
-Typically applications should use well know DH parameters that have built-in
+Typically applications should use well known DH parameters that have built-in
 support in OpenSSL. The macros SSL_CTX_set_dh_auto() and SSL_set_dh_auto()
 configure OpenSSL to use the default built-in DH parameters for the B<SSL_CTX>
 and B<SSL> objects respectively. Passing a value of 1 in the I<onoff> parameter