2
0

OPENSSL_Applink.pod 1.0 KB

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