OPENSSL_Applink.pod 642 B

123456789101112131415161718192021
  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 <openssl>/ms/applink.c.
  14. =cut