📄 ssl_get_ssl_ctx.pod
字号:
=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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -