Skip to content

Commit

Permalink
fixup! APPS/dhparam: fix case where infile and outfile are the same
Browse files Browse the repository at this point in the history
  • Loading branch information
DDvO committed Sep 29, 2024
1 parent f6bf60b commit 92e1325
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/man1/openssl-dhparam.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ See L<openssl-format-options(1)> for details.

=item B<-in> I<filename>

This specifies the input filename to read parameters from or standard input if
This specifies the input file to read parameters from or standard input if
this option is not specified.

=item B<-out> I<filename>

This specifies the output filename parameters to. Standard output is used
if this option is not present. The output filename should B<not> be the same
as the input filename.
This specifies the output file to write parameters to.
Standard output is used if this option is not present.
The output filename can be the same as the input filename,
which leads to replacing the file contents in situ.

=item B<-dsaparam>

Expand Down

0 comments on commit 92e1325

Please sign in to comment.