diff options
author | Rich Salz <rsalz@akamai.com> | 2019-10-12 23:45:56 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2020-01-07 18:52:25 +0100 |
commit | 018aaeb47874272e157d35c05c68e826301d57f5 (patch) | |
tree | 207e08dcd0dfeef4416edaa850d462b0c99e4e8b /doc/man1/openssl-dhparam.pod.in | |
parent | Modify the add_seeds_stringlist() macro to fix a preprocessor error (diff) | |
download | openssl-018aaeb47874272e157d35c05c68e826301d57f5.tar.xz openssl-018aaeb47874272e157d35c05c68e826301d57f5.zip |
Refactor -engine documentation
Common wording courtesy Richard Levitte.
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10128)
Diffstat (limited to 'doc/man1/openssl-dhparam.pod.in')
-rw-r--r-- | doc/man1/openssl-dhparam.pod.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/man1/openssl-dhparam.pod.in b/doc/man1/openssl-dhparam.pod.in index d55931fae8..e125330b36 100644 --- a/doc/man1/openssl-dhparam.pod.in +++ b/doc/man1/openssl-dhparam.pod.in @@ -21,7 +21,7 @@ B<openssl dhparam> [B<-2>] [B<-3>] [B<-5>] -[B<-engine> I<id>] +{- $OpenSSL::safe::opt_engine_synopsis -} {- $OpenSSL::safe::opt_r_synopsis -} [I<numbits>] @@ -102,12 +102,7 @@ This option prints out the DH parameters in human readable form. This option converts the parameters into C code. The parameters can then be loaded by calling the get_dhNNNN() function. -=item B<-engine> I<id> - -Specifying an engine (by its unique I<id> string) will cause B<dhparam> -to attempt to obtain a functional reference to the specified engine, -thus initialising it if needed. The engine will then be set as the default -for all available algorithms. +{- $OpenSSL::safe::opt_engine_item -} {- $OpenSSL::safe::opt_r_item -} |