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.310
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/CONF_modules_free.3 b/src/lib/libcrypto/man/CONF_modules_free.3
index 2735db8d3b..bc20fdab0d 100644
--- a/src/lib/libcrypto/man/CONF_modules_free.3
+++ b/src/lib/libcrypto/man/CONF_modules_free.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: CONF_modules_free.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: CONF_modules_free.3,v 1.3 2016/11/10 14:34:18 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 10 2016 $
4.Dt CONF_MODULES_FREE 3 4.Dt CONF_MODULES_FREE 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -26,6 +26,8 @@
26.Fn CONF_modules_free 26.Fn CONF_modules_free
27closes down and frees up all memory allocated by all configuration 27closes down and frees up all memory allocated by all configuration
28modules. 28modules.
29Normally applications will only call this function
30at application to tidy up any configuration performed.
29.Pp 31.Pp
30.Fn CONF_modules_finish 32.Fn CONF_modules_finish
31calls the configuration 33calls the configuration
@@ -41,10 +43,6 @@ is set to 0, only modules loaded from DSOs will be unloaded.
41If 43If
42.Fa all 44.Fa all
43is 1, all modules, including builtin modules, will be unloaded. 45is 1, all modules, including builtin modules, will be unloaded.
44.Sh NOTES
45Normally applications will only call
46.Fn CONF_modules_free
47at application to tidy up any configuration performed.
48.Sh RETURN VALUES 46.Sh RETURN VALUES
49None of the functions return a value. 47None of the functions return a value.
50.Sh SEE ALSO 48.Sh SEE ALSO