5c97d59279af5ff23c194ed4abd1459c98d8d36b
[openssl.git] / doc / man3 / OPENSSL_Applink.pod
1 =pod
2
3 =head1 NAME
4
5 OPENSSL_Applink - glue between OpenSSL BIO and Win32 compiler run-time
6
7 =head1 SYNOPSIS
8
9  __declspec(dllexport) void **OPENSSL_Applink();
10
11 =head1 DESCRIPTION
12
13 OPENSSL_Applink is application-side interface which provides a glue
14 between OpenSSL BIO layer and Win32 compiler run-time environment.
15 Even though it appears at application side, it's essentially OpenSSL
16 private interface. For this reason application developers are not
17 expected to implement it, but to compile provided module with
18 compiler of their choice and link it into the target application.
19 The referred module is available as F<applink.c>, located alongside
20 the public header files (only on the platforms where applicable).
21
22 =head1 RETURN VALUES
23
24 Not available.
25
26 =head1 COPYRIGHT
27
28 Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
29
30 Licensed under the OpenSSL license (the "License").  You may not use
31 this file except in compliance with the License.  You can obtain a copy
32 in the file LICENSE in the source distribution or at
33 L<https://www.openssl.org/source/license.html>.
34
35 =cut