mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
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)
This commit is contained in:
parent
4409e1522f
commit
83f9d03e7c
@ -101,7 +101,7 @@ Encrypt the input data using an RSA public key.
|
|||||||
|
|
||||||
Decrypt the input data using an RSA private 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,
|
The padding to use: PKCS#1 v1.5 (the default), PKCS#1 OAEP,
|
||||||
ANSI X9.31, or no padding, respectively.
|
ANSI X9.31, or no padding, respectively.
|
||||||
|
Loading…
Reference in New Issue
Block a user