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:15:10 +0100
commitc7d95d164506b721bda41493741c77e22100c39c (patch)
tree6c3143438a639ca23497c5579d50f65ca65ef308 /doc
parentcac4332244aae42e13e3f63d2efcaa3f9b245d82 (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 c6399b8373..57722bff88 100644
--- a/doc/man7/provider-keymgmt.pod
+++ b/doc/man7/provider-keymgmt.pod
@@ -360,7 +360,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).