2004-05-25 20:32:17 +00:00
|
|
|
=pod
|
|
|
|
|
|
|
|
=head1 NAME
|
|
|
|
|
2005-06-23 21:45:37 +00:00
|
|
|
OPENSSL_Applink - glue between OpenSSL BIO and Win32 compiler run-time
|
2004-05-25 20:32:17 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
|
|
__declspec(dllexport) void **OPENSSL_Applink();
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
OPENSSL_Applink is application-side interface which provides a glue
|
|
|
|
between OpenSSL BIO layer and Win32 compiler run-time environment.
|
|
|
|
Even though it appears at application side, it's essentially OpenSSL
|
|
|
|
private interface. For this reason application developers are not
|
|
|
|
expected to implement it, but to compile provided module with
|
|
|
|
compiler of their choice and link it into the target application.
|
2016-07-14 19:11:46 +00:00
|
|
|
The referred module is available as F<applink.c>, located alongside
|
|
|
|
the public header files (only on the platforms where applicable).
|
2004-05-25 20:32:17 +00:00
|
|
|
|
2018-01-02 17:07:57 +00:00
|
|
|
=head1 RETURN VALUES
|
|
|
|
|
|
|
|
Not available.
|
|
|
|
|
2016-05-18 15:44:05 +00:00
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
2018-01-19 09:49:22 +00:00
|
|
|
Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.
|
2016-05-18 15:44:05 +00:00
|
|
|
|
2018-12-06 13:04:44 +00:00
|
|
|
Licensed under the Apache License 2.0 (the "License"). You may not use
|
2016-05-18 15:44:05 +00:00
|
|
|
this file except in compliance with the License. You can obtain a copy
|
|
|
|
in the file LICENSE in the source distribution or at
|
|
|
|
L<https://www.openssl.org/source/license.html>.
|
|
|
|
|
|
|
|
=cut
|