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