summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrilysh <nightquick@proton.me>2023-12-29 02:30:56 -0500
committerTomas Mraz <tomas@openssl.org>2024-01-03 13:14:46 +0100
commit8a843dc19b9057464596231f2d855a57e82b20bf (patch)
treea853abf3bc97fab03b4956e4ca9bd91d3e3fcf9a /doc
parentd08c99319ae2ea5652649e7c2edee3eae2b3b8f9 (diff)
provider-keymgmt.pod: fix typo
Fix a typo from asymmmetric to asymmetric CLA: trivial Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23164) (cherry picked from commit cf8fea86f73c4606f132133cb34c07f8dad42482)
Diffstat (limited to 'doc')
-rw-r--r--doc/man7/provider-keymgmt.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/provider-keymgmt.pod b/doc/man7/provider-keymgmt.pod
index f8d04bfd0b..cbbf8c8547 100644
--- a/doc/man7/provider-keymgmt.pod
+++ b/doc/man7/provider-keymgmt.pod
@@ -376,7 +376,7 @@ length is specific to the key cryptosystem.
The value should be the maximum size that a caller should allocate to
safely store a signature (called I<sig> in L<provider-signature(7)>),
-the result of asymmmetric encryption / decryption (I<out> in
+the result of asymmetric encryption / decryption (I<out> in
L<provider-asym_cipher(7)>, a derived secret (I<secret> in
L<provider-keyexch(7)>, and similar data).