diff options
author | Ankita Shetty <ankita.s.shetty65@gmail.com> | 2020-12-09 21:56:51 +0100 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2020-12-13 12:47:14 +0100 |
commit | 469491536d7810337110823f1b5ca296c7ca8cc1 (patch) | |
tree | 08049fa1b74bd3854c73b69e7f737accbd171e49 /doc/man1/openssl-gendsa.pod.in | |
parent | Remove unnecessary guards around MSBLOB and PVK readers and writers (diff) | |
download | openssl-469491536d7810337110823f1b5ca296c7ca8cc1.tar.xz openssl-469491536d7810337110823f1b5ca296c7ca8cc1.zip |
openssl.pod: Fix openSSL options doc
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/13651)
Diffstat (limited to 'doc/man1/openssl-gendsa.pod.in')
-rw-r--r-- | doc/man1/openssl-gendsa.pod.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-gendsa.pod.in b/doc/man1/openssl-gendsa.pod.in index e62e0706cb..2a4e7692a5 100644 --- a/doc/man1/openssl-gendsa.pod.in +++ b/doc/man1/openssl-gendsa.pod.in @@ -51,7 +51,7 @@ standard output is used. =item B<-passout> I<arg> The passphrase used for the output file. -See L<openssl-passphrase-options(1)/Pass Phrase Options>. +See L<openssl-passphrase-options(1)>. =item B<-aes128>, B<-aes192>, B<-aes256>, B<-aria128>, B<-aria192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea> |