From: Lutz Jänicke Date: Wed, 25 Apr 2001 15:24:47 +0000 (+0000) Subject: Typo (reported by Petr Lancaric ) X-Git-Tag: OpenSSL_0_9_6c~182^2~228 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=0ea659475c634933126386dc31d6589ecf10d3fc Typo (reported by Petr Lancaric ) --- diff --git a/doc/apps/rsautl.pod b/doc/apps/rsautl.pod index 7a334bc8d6..a7c1681d98 100644 --- a/doc/apps/rsautl.pod +++ b/doc/apps/rsautl.pod @@ -101,11 +101,11 @@ Sign some data using a private key: Recover the signed data - openssl rsautl -sign -in sig -inkey key.pem + openssl rsautl -verify -in sig -inkey key.pem Examine the raw signed data: - openssl rsautl -sign -in file -inkey key.pem -raw -hexdump + openssl rsautl -verify -in file -inkey key.pem -raw -hexdump 0000 - 00 01 ff ff ff ff ff ff-ff ff ff ff ff ff ff ff ................ 0010 - ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff ................