Commit 3a6b9eb055 for openssl.org

commit 3a6b9eb0559ef307bca177a84ba9f6b8983403a4
Author: Daniel Kubec <kubec@openssl.org>
Date:   Thu Dec 11 00:26:46 2025 +0100

    CONF_modules_load_file.pod: The ssl_module no longer uses global data

    Remove the paragraph that is no longer relevant.

    Reviewed-by: Matt Caswell <matt@openssl.org>
    Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
    Reviewed-by: Tomas Mraz <tomas@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/29374)

diff --git a/doc/man3/CONF_modules_load_file.pod b/doc/man3/CONF_modules_load_file.pod
index 86de167801..4c7029e780 100644
--- a/doc/man3/CONF_modules_load_file.pod
+++ b/doc/man3/CONF_modules_load_file.pod
@@ -162,12 +162,6 @@ context.
 Therefore, even if used with a freshly created library context, the function
 is not thread safe, and should not be used except as part of early application
 initialisation.
-Applications that want to use multiple library contexts may find that the most
-recently loaded configuration file perturbs prior settings in other library
-contexts.
-For example, B<ssl> module settings are not library context specific, and the
-last configuration file loaded that has an C<ssl_config> setting changes the
-SSL settings for all library contexts.
 The L<SSL_CTX_config(3)> and L<SSL_config(3)> functions can be used to perform
 late customisation of SSL contexts and connection handles.
 Here I<late> means that the chosen section's settings are applied in addition