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