summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-cipher.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-08-22 10:51:25 +0530
committerTomas Mraz <tmraz@fedoraproject.org>2019-11-15 17:20:33 +0100
commitd7cea0b8f50ee9cc698211f4fbf8ad5fca5812ad (patch)
tree8a4bd79381c2e59a4bbdc7c59eba0398a7780891 /doc/man7/provider-cipher.pod
parent93863030867ad0331bf7f199f8a266ad99ee4cf2 (diff)
Fix some broken doc links
Replace L<> link to header-file with a C<> reference. Change some broken L<provider(3)> links to L<provider(7)>. For consistency, rename four cipher pages to have a specific mode. Fix up all references to any "generic" names to point to specific names. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10100)
Diffstat (limited to 'doc/man7/provider-cipher.pod')
-rw-r--r--doc/man7/provider-cipher.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/provider-cipher.pod b/doc/man7/provider-cipher.pod
index c5415a5441..cd999f880e 100644
--- a/doc/man7/provider-cipher.pod
+++ b/doc/man7/provider-cipher.pod
@@ -112,7 +112,7 @@ structure for holding context information during a cipher operation.
A pointer to this context will be passed back in a number of the other cipher
operation function calls.
The parameter I<provctx> is the provider context generated during provider
-initialisation (see L<provider(3)>).
+initialisation (see L<provider(7)>).
OP_cipher_freectx() is passed a pointer to the provider side cipher context in
the I<cctx> parameter.