1OPENSSL_APPLINK(3)                  OpenSSL                 OPENSSL_APPLINK(3)
2
3
4

NAME

6       OPENSSL_Applink - glue between OpenSSL BIO and Win32 compiler run-time
7

SYNOPSIS

9        __declspec(dllexport) void **OPENSSL_Applink();
10

DESCRIPTION

12       OPENSSL_Applink is application-side interface which provides a glue
13       between OpenSSL BIO layer and Win32 compiler run-time environment.
14       Even though it appears at application side, it's essentially OpenSSL
15       private interface. For this reason application developers are not
16       expected to implement it, but to compile provided module with compiler
17       of their choice and link it into the target application.  The referred
18       module is available as applink.c, located alongside the public header
19       files (only on the platforms where applicable).
20

RETURN VALUES

22       Not available.
23
25       Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.
26
27       Licensed under the OpenSSL license (the "License").  You may not use
28       this file except in compliance with the License.  You can obtain a copy
29       in the file LICENSE in the source distribution or at
30       <https://www.openssl.org/source/license.html>.
31
32
33
341.1.1k                            2021-03-26                OPENSSL_APPLINK(3)
Impressum