CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/02/08 15:25:16
Modified files:
usr.bin/openssl: x509.c
Log message:
openssl x509: send -text output to the file specified by -out
In the x509 command, `-text` output is not written to the file specified
by `-out`, whereas in other OpenSSL/LibreSSL subcommands it is.
With this change, STDout is removed, and `-text` output is written
entirely to the file specified by `-out`, making the behavior consistent
with other subcommands.
Fix https://github.com/libressl/portable/issues/1228
ok tb jsing