Skip to content

Commit

Permalink
fixup! APPS/dsaparam: 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 c6892ac commit f6bf60b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/man1/openssl-dsaparam.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,16 @@ This is compatible with RFC 2459 B<DSS-Parms> structure.

=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. If the I<numbits> parameter is included then
this option will be ignored.

=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<-noout>

Expand Down

0 comments on commit f6bf60b

Please sign in to comment.