aboutsummaryrefslogtreecommitdiff
path: root/doc/apps
diff options
context:
space:
mode:
authorSoheil Rashidi <contact@soheilrashidi.com>2015-10-29 02:01:06 +0330
committerRich Salz <rsalz@openssl.org>2015-11-02 01:57:22 -0500
commit9f07c405bb66d4cba03b00f3a3c1df8bee300120 (patch)
tree2042ee5e7a6951c89538f0ce4b21d9743870bb58 /doc/apps
parenta2aaf8be7e3c22a61ef89f273aa85f482b955336 (diff)
downloadopenssl-9f07c405bb66d4cba03b00f3a3c1df8bee300120.zip
openssl-9f07c405bb66d4cba03b00f3a3c1df8bee300120.tar.gz
openssl-9f07c405bb66d4cba03b00f3a3c1df8bee300120.tar.bz2
Fixed typo in rsautl.pod
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/rsautl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/rsautl.pod b/doc/apps/rsautl.pod
index bc87674..6b98b51 100644
--- a/doc/apps/rsautl.pod
+++ b/doc/apps/rsautl.pod
@@ -56,7 +56,7 @@ the input is a certificate containing an RSA public key.
=item B<-sign>
sign the input data and output the signed result. This requires
-and RSA private key.
+an RSA private key.
=item B<-verify>