]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo in openssl-pkeyutl(1)
authorSumitra Sharma <sumitraartsy@gmail.com>
Fri, 1 Sep 2023 10:22:47 +0000 (15:52 +0530)
committerHugo Landau <hlandau@openssl.org>
Sat, 2 Sep 2023 14:29:06 +0000 (15:29 +0100)
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)

doc/man1/openssl-pkeyutl.pod.in

index 4b8e3fc574a79cda3948e81ee1478573785a6bbf..880cd3548afcbc04976512d98b169889abc61fee 100644 (file)
@@ -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.