summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSumitra Sharma <sumitraartsy@gmail.com>2023-09-01 15:52:47 +0530
committerHugo Landau <hlandau@openssl.org>2023-09-02 15:29:06 +0100
commit59d87f6e7eb41018a2a17fef2198d3fcf04e63f4 (patch)
tree847df6184d8477e53cac68545bd9cc999aa676e9 /doc
parent48724e8a205c732705c3f54a3bd43d7049e77774 (diff)
Fix typo in openssl-pkeyutl(1)
Changed "than" to "then" for improved clarity and correctness. CLA: trivial Fixes #21543 Signed-off-by: Sumitra Sharma <sumitraartsy@gmail.com> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/21925)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-pkeyutl.pod.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-pkeyutl.pod.in b/doc/man1/openssl-pkeyutl.pod.in
index 4b8e3fc574..880cd3548a 100644
--- a/doc/man1/openssl-pkeyutl.pod.in
+++ b/doc/man1/openssl-pkeyutl.pod.in
@@ -301,7 +301,7 @@ These have the same meaning as the B<RSA> algorithm with some additional
restrictions. The padding mode can only be set to B<pss> which is the
default value.
-If the key has parameter restrictions than the digest, MGF1
+If the key has parameter restrictions then the digest, MGF1
digest and salt length are set to the values specified in the parameters.
The digest and MG cannot be changed and the salt length cannot be set to a
value less than the minimum restriction.