openssl_applink.pod
来自「开源的ssl算法openssl,版本0.9.8H」· POD 代码 · 共 22 行
POD
22 行
=pod=head1 NAMEOPENSSL_Applink - glue between OpenSSL BIO and Win32 compiler run-time=head1 SYNOPSIS __declspec(dllexport) void **OPENSSL_Applink();=head1 DESCRIPTIONOPENSSL_Applink is application-side interface which provides a gluebetween OpenSSL BIO layer and Win32 compiler run-time environment.Even though it appears at application side, it's essentially OpenSSLprivate interface. For this reason application developers are notexpected to implement it, but to compile provided module withcompiler of their choice and link it into the target application.The referred module is available as <openssl>/ms/applink.c.=cut
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?