pkcs12.c better formatting for unsupported params
authorHubert Kario <hkario@redhat.com>
Wed, 20 Jul 2016 12:10:29 +0000 (14:10 +0200)
committerRich Salz <rsalz@openssl.org>
Wed, 26 Jul 2017 19:04:54 +0000 (15:04 -0400)
commitdc46fc25d7e4388f1a6f972bfdf4e24c2b81a0f7
tree0198e7c6f54219576beb9e355dec2a4c8707fa28
parentdae2218d762bc83a92189189b83966af5932d92d
pkcs12.c better formatting for unsupported params

since when we get to this point, other information was already
printed, we should insert some whitespace between already
printed data and this "unsupported parameters" error message

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1334)
apps/pkcs12.c