summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/CONF_modules_free.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/CONF_modules_free.3')
-rw-r--r--src/lib/libcrypto/man/CONF_modules_free.39
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/CONF_modules_free.3 b/src/lib/libcrypto/man/CONF_modules_free.3
index be5f64d1e1..c5fb840942 100644
--- a/src/lib/libcrypto/man/CONF_modules_free.3
+++ b/src/lib/libcrypto/man/CONF_modules_free.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CONF_modules_free.3,v 1.5 2018/03/22 21:08:22 schwarze Exp $ 1.\" $OpenBSD: CONF_modules_free.3,v 1.6 2023/07/21 10:46:54 tb Exp $
2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: March 22 2018 $ 51.Dd $Mdocdate: July 21 2023 $
52.Dt CONF_MODULES_FREE 3 52.Dt CONF_MODULES_FREE 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -87,10 +87,7 @@ that module may have performed.
87finishes and unloads configuration modules. 87finishes and unloads configuration modules.
88If 88If
89.Fa all 89.Fa all
90is set to 0, only modules loaded from DSOs will be unloaded. 90is set to 1, the builtin modules will be unloaded as well.
91If
92.Fa all
93is 1, all modules, including builtin modules, will be unloaded.
94.Sh SEE ALSO 91.Sh SEE ALSO
95.Xr CONF_modules_load_file 3 , 92.Xr CONF_modules_load_file 3 ,
96.Xr OPENSSL_config 3 93.Xr OPENSSL_config 3