1160814Ssimon=pod
2160814Ssimon
3160814Ssimon=head1 NAME
4160814Ssimon
5160814SsimonOPENSSL_Applink - glue between OpenSSL BIO and Win32 compiler run-time
6160814Ssimon
7160814Ssimon=head1 SYNOPSIS
8160814Ssimon
9160814Ssimon __declspec(dllexport) void **OPENSSL_Applink();
10160814Ssimon
11160814Ssimon=head1 DESCRIPTION
12160814Ssimon
13160814SsimonOPENSSL_Applink is application-side interface which provides a glue
14160814Ssimonbetween OpenSSL BIO layer and Win32 compiler run-time environment.
15160814SsimonEven though it appears at application side, it's essentially OpenSSL
16160814Ssimonprivate interface. For this reason application developers are not
17160814Ssimonexpected to implement it, but to compile provided module with
18160814Ssimoncompiler of their choice and link it into the target application.
19160814SsimonThe referred module is available as <openssl>/ms/applink.c.
20160814Ssimon
21160814Ssimon=cut
22