APPS: Modify 'fipsinstall' to output all notifications on stderr
authorRichard Levitte <levitte@openssl.org>
Mon, 28 Sep 2020 19:29:56 +0000 (21:29 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 3 Mar 2021 13:47:43 +0000 (14:47 +0100)
commite9d74dbd3676603a257cedcdcbd720a3a9a775a5
treeb2066e8ed7707f08584a487d2e915f7535749219
parent05869bba7fbe59d04bb8605b81b470d4dedb38ac
APPS: Modify 'fipsinstall' to output all notifications on stderr

The actual output of the 'fipsinstall' is the config file it outputs.
It should be possible to output that to standard output, and diverse
notification messages shouldn't be mixed in.  Therefore, we output
them to standard error instead.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14320)
apps/fipsinstall.c