*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: CONF_modules_free | Section: 3 | Source: MINIX | File: CONF_modules_free.3
CONF_modules_free(3) OpenSSL CONF_modules_free(3) NAME CONF_modules_free, CONF_modules_finish, CONF_modules_unload - OpenSSL configuration cleanup functions LIBRARY libcrypto, -lcrypto SYNOPSIS #include <openssl/conf.h> void CONF_modules_free(void); void CONF_modules_finish(void); void CONF_modules_unload(int all); DESCRIPTION CONF_modules_free() closes down and frees up all memory allocated by all configuration modules. CONF_modules_finish() calls each configuration modules finish handler to free up any configuration that module may have performed. CONF_modules_unload() finishes and unloads configuration modules. If all is set to 0 only modules loaded from DSOs will be unloads. If all is 1 all modules, including builtin modules will be unloaded. NOTES Normally applications will only call CONF_modules_free() at application to tidy up any configuration performed. RETURN VALUE None of the functions return a value. SEE ALSO conf(5), OPENSSL_config(3), CONF_modules_load_file(3) HISTORY CONF_modules_free(), CONF_modules_unload(), and CONF_modules_finish() first appeared in OpenSSL 0.9.7. 1.0.1n 2014-06-05 CONF_modules_free(3)

Navigation Options