err_load_crypto_strings.pod
来自「mediastreamer2是开源的网络传输媒体流的库」· POD 代码 · 共 47 行
POD
47 行
=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 + =
减小字号Ctrl + -
显示快捷键?