ssl_get_ssl_ctx.pod
来自「开源的ssl算法openssl,版本0.9.8H」· POD 代码 · 共 27 行
POD
27 行
=pod=head1 NAMESSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created=head1 SYNOPSIS #include <openssl/ssl.h> SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);=head1 DESCRIPTIONSSL_get_SSL_CTX() returns a pointer to the SSL_CTX object, from whichB<ssl> was created with L<SSL_new(3)|SSL_new(3)>.=head1 RETURN VALUESThe pointer to the SSL_CTX object is returned.=head1 SEE ALSOL<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>=cut
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?