⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 err_load_crypto_strings.pod

📁 开源的ssl算法openssl,版本0.9.8H
💻 POD
字号:
=pod=head1 NAMEERR_load_crypto_strings, SSL_load_error_strings, ERR_free_strings -load and free error strings=head1 SYNOPSIS #include <openssl/err.h> void ERR_load_crypto_strings(void); void ERR_free_strings(void); #include <openssl/ssl.h> void SSL_load_error_strings(void);=head1 DESCRIPTIONERR_load_crypto_strings() registers the error strings for allB<libcrypto> functions. SSL_load_error_strings() does the same,but also registers the B<libssl> error strings.One of these functions should be called before generatingtextual error messages. However, this is not required when memoryusage is an issue.ERR_free_strings() frees all previously loaded error strings.=head1 RETURN VALUESERR_load_crypto_strings(), SSL_load_error_strings() andERR_free_strings() return no values.=head1 SEE ALSOL<err(3)|err(3)>, L<ERR_error_string(3)|ERR_error_string(3)>=head1 HISTORYERR_load_error_strings(), SSL_load_error_strings() andERR_free_strings() are available in all versions of SSLeay andOpenSSL.=cut

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -