📄 openssl_load_builtin_modules.pod
字号:
=pod=head1 NAMEOPENSSL_load_builtin_modules - add standard configuration modules=head1 SYNOPSIS #include <openssl/conf.h> void OPENSSL_load_builtin_modules(void); void ASN1_add_oid_module(void); ENGINE_add_conf_module();=head1 DESCRIPTIONThe function OPENSSL_load_builtin_modules() adds all the standard OpenSSLconfiguration modules to the internal list. They can then be used by theOpenSSL configuration code.ASN1_add_oid_module() adds just the ASN1 OBJECT module.ENGINE_add_conf_module() adds just the ENGINE configuration module.=head1 NOTESIf the simple configuration function OPENSSL_config() is called then OPENSSL_load_builtin_modules() is called automatically.Applications which use the configuration functions directly will need tocall OPENSSL_load_builtin_modules() themselves I<before> any other configuration code.Applications should call OPENSSL_load_builtin_modules() to load allconfiguration modules instead of adding modules selectively: otherwise functionality may be missing from the application if an when newmodules are added.=head1 RETURN VALUENone of the functions return a value.=head1 SEE ALSOL<conf(3)|conf(3)>, L<OPENSSL_config(3)|OPENSSL_config(3)>=head1 HISTORYThese functions first appeared in OpenSSL 0.9.7.=cut
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -