Remove code that prints "<SPACES/NULS>" in hexdumps
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 12 Feb 2018 08:28:33 +0000 (09:28 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 12 Feb 2018 14:15:27 +0000 (15:15 +0100)
commitada22597ce895c4af1fad824e8da2a86aa9bd5f4
tree1f44c662e9c6abebc2aa1d32c3c9ba75ee8fbbdf
parentaf0fcf7b4668218b24d9250b95e0b96939ccb4d1
Remove code that prints "<SPACES/NULS>" in hexdumps
when the data block ends with SPACEs or NULs.

The problem is, you can't see if the data ends
with SPACE or NUL or a combination of both.

This can happen for instance with
openssl rsautl -decrypt -hexdump

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5328)
crypto/bio/b_dump.c