xref: /freebsd/crypto/openssl/doc/man3/OPENSSL_Applink.pod (revision b077aed33b7b6aefca7b17ddb250cf521f938613)
1e71b7053SJung-uk Kim=pod
2e71b7053SJung-uk Kim
3e71b7053SJung-uk Kim=head1 NAME
4e71b7053SJung-uk Kim
5e71b7053SJung-uk KimOPENSSL_Applink - glue between OpenSSL BIO and Win32 compiler run-time
6e71b7053SJung-uk Kim
7e71b7053SJung-uk Kim=head1 SYNOPSIS
8e71b7053SJung-uk Kim
9e71b7053SJung-uk Kim __declspec(dllexport) void **OPENSSL_Applink();
10e71b7053SJung-uk Kim
11e71b7053SJung-uk Kim=head1 DESCRIPTION
12e71b7053SJung-uk Kim
13e71b7053SJung-uk KimOPENSSL_Applink is application-side interface which provides a glue
14e71b7053SJung-uk Kimbetween OpenSSL BIO layer and Win32 compiler run-time environment.
15e71b7053SJung-uk KimEven though it appears at application side, it's essentially OpenSSL
16e71b7053SJung-uk Kimprivate interface. For this reason application developers are not
17e71b7053SJung-uk Kimexpected to implement it, but to compile provided module with
18e71b7053SJung-uk Kimcompiler of their choice and link it into the target application.
19e71b7053SJung-uk KimThe referred module is available as F<applink.c>, located alongside
20e71b7053SJung-uk Kimthe public header files (only on the platforms where applicable).
21e71b7053SJung-uk Kim
22e71b7053SJung-uk Kim=head1 RETURN VALUES
23e71b7053SJung-uk Kim
24e71b7053SJung-uk KimNot available.
25e71b7053SJung-uk Kim
26e71b7053SJung-uk Kim=head1 COPYRIGHT
27e71b7053SJung-uk Kim
28e71b7053SJung-uk KimCopyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.
29e71b7053SJung-uk Kim
30*b077aed3SPierre ProncheryLicensed under the Apache License 2.0 (the "License").  You may not use
31e71b7053SJung-uk Kimthis file except in compliance with the License.  You can obtain a copy
32e71b7053SJung-uk Kimin the file LICENSE in the source distribution or at
33e71b7053SJung-uk KimL<https://www.openssl.org/source/license.html>.
34e71b7053SJung-uk Kim
35e71b7053SJung-uk Kim=cut
36