summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2023-06-28 22:17:00 +0200
committerPauli <pauli@openssl.org>2023-07-01 00:13:19 +1000
commita30db5005dfc253687e694bcd71c4572353b89bc (patch)
tree745f539874573a25d005c89897d31294860c6308 /doc
parentcc86c46cc91b13462a5abca01d5d16ac2f04e15e (diff)
openssl-rsautl.pod: Add missing comma
CLA: trivial Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21318) (cherry picked from commit 83f9d03e7c4913c3eb34edd4a8feb3833650b58f)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-rsautl.pod.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-rsautl.pod.in b/doc/man1/openssl-rsautl.pod.in
index 186e49e5e4..f9b7250cb4 100644
--- a/doc/man1/openssl-rsautl.pod.in
+++ b/doc/man1/openssl-rsautl.pod.in
@@ -99,7 +99,7 @@ Encrypt the input data using an RSA public key.
Decrypt the input data using an RSA private key.
-=item B<-pkcs>, B<-oaep>, B<-x931> B<-raw>
+=item B<-pkcs>, B<-oaep>, B<-x931>, B<-raw>
The padding to use: PKCS#1 v1.5 (the default), PKCS#1 OAEP,
ANSI X9.31, or no padding, respectively.