~ubuntu-branches/ubuntu/precise/openssl098/precise

« back to all changes in this revision

Viewing changes to doc/crypto/OPENSSL_Applink.pod

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2011-03-23 19:50:31 UTC
  • Revision ID: james.westby@ubuntu.com-20110323195031-6h9crj4bymhhr8b8
Tags: upstream-0.9.8o
ImportĀ upstreamĀ versionĀ 0.9.8o

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=pod
 
2
 
 
3
=head1 NAME
 
4
 
 
5
OPENSSL_Applink - glue between OpenSSL BIO and Win32 compiler run-time
 
6
 
 
7
=head1 SYNOPSIS
 
8
 
 
9
 __declspec(dllexport) void **OPENSSL_Applink();
 
10
 
 
11
=head1 DESCRIPTION
 
12
 
 
13
OPENSSL_Applink is application-side interface which provides a glue
 
14
between OpenSSL BIO layer and Win32 compiler run-time environment.
 
15
Even though it appears at application side, it's essentially OpenSSL
 
16
private interface. For this reason application developers are not
 
17
expected to implement it, but to compile provided module with
 
18
compiler of their choice and link it into the target application.
 
19
The referred module is available as <openssl>/ms/applink.c.
 
20
 
 
21
=cut