OPENSSL_Applink.pod 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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 RETURN VALUES
  16. Not available.
  17. =head1 COPYRIGHT
  18. Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved.
  19. Licensed under the Apache License 2.0 (the "License"). You may not use
  20. this file except in compliance with the License. You can obtain a copy
  21. in the file LICENSE in the source distribution or at
  22. L<https://www.openssl.org/source/license.html>.
  23. =cut