Fix a warning from MSVC build
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 17 Aug 2018 07:02:53 +0000 (09:02 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Sat, 18 Aug 2018 13:29:13 +0000 (15:29 +0200)
commitb2a73156186ec436f584a565e6d4a98b75734286
tree2b5b6227d5597ef42ef54b12726837ebc4e7313c
parentdba995e78f09ccf00a3cf1b1c4c196febd2a7fa4
Fix a warning from MSVC build

Apparently after internal/numbers.h defines INTx_MIN/MAX
stdint gets included and it defines those differently:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\stdint.h(48):
 warning C4005: 'INT8_MIN': macro redefinition

Avoid that by changing the sequence in which the include files
appear in crypto/bio/b_print.c.

[extended tests]

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6995)
crypto/bio/b_print.c