summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-07-14 21:11:46 +0200
committerRichard Levitte <levitte@openssl.org>2016-07-14 21:13:37 +0200
commit24c4f736901d9f30e4008be9c36c5f7f17cdf772 (patch)
tree05b04b0534826cc12ba3886c11d7be6766bd2325 /doc
parent755542cbf0411fa509325cb0cb216bc0bf4a3f2a (diff)
Install applink.c with the public header files.
This is only done for the platforms where 'OPENSSL_USE_APPLINK' is defined. Also, change the docs of OPENSSL_Applink to say where to find applink.c in the installation directory. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/OPENSSL_Applink.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/crypto/OPENSSL_Applink.pod b/doc/crypto/OPENSSL_Applink.pod
index 59f46ebbeb..d3a461ba39 100644
--- a/doc/crypto/OPENSSL_Applink.pod
+++ b/doc/crypto/OPENSSL_Applink.pod
@@ -16,7 +16,8 @@ Even though it appears at application side, it's essentially OpenSSL
private interface. For this reason application developers are not
expected to implement it, but to compile provided module with
compiler of their choice and link it into the target application.
-The referred module is available as <openssl>/ms/applink.c.
+The referred module is available as F<applink.c>, located alongside
+the public header files (only on the platforms where applicable).
=head1 COPYRIGHT