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:38:33 +0000 (15:38 +0100)
commit751485c6522f10006ba9f6cf90d719ea190e2201
tree0e5b7a91bef3fdde7f936c5a68047aedb9a1483d
parentecd72c0028525f2f476838530e7c32bb191d3659
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/5332)
crypto/bio/b_dump.c