From: Rich Salz Date: Sat, 28 Mar 2020 16:50:49 +0000 (-0400) Subject: SSL_CTX_config.pod: Remove needless "NOTE" heading X-Git-Tag: openssl-3.0.0-alpha2~174 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c16aec524626a20e3187a3ad61a4898a1801177a;ds=sidebyside SSL_CTX_config.pod: Remove needless "NOTE" heading Reviewed-by: Nicola Tuveri Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11431) --- diff --git a/doc/man3/SSL_CTX_config.pod b/doc/man3/SSL_CTX_config.pod index 6cab5f9ffa..7aba58f826 100644 --- a/doc/man3/SSL_CTX_config.pod +++ b/doc/man3/SSL_CTX_config.pod @@ -16,8 +16,6 @@ SSL_CTX_config, SSL_config - configure SSL_CTX or SSL structure The functions SSL_CTX_config() and SSL_config() configure an B or B structure using the configuration B. -=head1 NOTES - By calling SSL_CTX_config() or SSL_config() an application can perform many complex tasks based on the contents of the configuration file: greatly simplifying application configuration code. A degree of future proofing