From c16aec524626a20e3187a3ad61a4898a1801177a Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sat, 28 Mar 2020 12:50:49 -0400 Subject: [PATCH] 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) --- doc/man3/SSL_CTX_config.pod | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.25.1