Make "oneline" the default for nameopt
authorRichard Levitte <levitte@openssl.org>
Tue, 7 Jul 2015 09:13:20 +0000 (11:13 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 7 Jul 2015 09:17:14 +0000 (11:17 +0200)
commitf1cece554ddf282f1512b4da04664467746ffd24
tree1a3dd22c2dc43c19c2ac420c45e942953f5644df
parent5727582cf51e98e5e0faa435e7da2c8929533c0d
Make "oneline" the default for nameopt

There's no reason why we should default to a output format that is
old, and confusing in some cases.

This affects the commands "ca", "crl", "req" and "x509".

Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/ca.c
apps/crl.c
apps/req.c
apps/x509.c