Print thread IDs nicely.
authorPauli <paul.dale@oracle.com>
Thu, 20 Jun 2019 01:24:17 +0000 (11:24 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 20 Jun 2019 22:29:44 +0000 (08:29 +1000)
commit2d905f6715453034d1f942a0237b0d2b9d57326c
tree5d658a96ab4a8dce668a4b925a3120317ecf2b41
parentba4341316ce762f917f973bb4ac604062fb11724
Print thread IDs nicely.

Remove the union that effectively cast thread IDs to long integers before
display and instead print a hex dump of the entire object.

Refer #9191

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9194)
apps/openssl.c
crypto/err/err_prn.c
crypto/mem_dbg.c
test/testutil/init.c