=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
=head1 COPYRIGHTCopyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.Licensed under the OpenSSL license (the "License"). You may not usethis file except in compliance with the License. You can obtain a copyin the file LICENSE in the source distribution or atL<https://www.openssl.org/source/license.html>.=cut