ssl_session_free.pod

来自「一个用于点对点传输加密的工具包源码」· POD 代码 · 共 26 行

POD
26
字号
=pod=head1 NAMESSL_SESSION_free - free an allocated SSL_SESSION structure=head1 SYNOPSIS #include <openssl/ssl.h> void SSL_SESSION_free(SSL_SESSION *session);=head1 DESCRIPTIONSSL_SESSION_free() decrements the reference count of B<session> and removesthe B<SSL_SESSION> structure pointed to by B<session> and frees up the allocatedmemory, if the the reference count has reached 0.=head1 RETURN VALUESSSL_SESSION_free() does not provide diagnostic information.L<ssl(3)|ssl(3)>, L<SSL_get_session(3)|SSL_get_session(3)>=cut

⌨️ 快捷键说明

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