Fix Windows Compile failure due to missing <inttypes.h>
authorShane Lontis <shane.lontis@oracle.com>
Tue, 11 Jun 2019 08:17:52 +0000 (18:17 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Tue, 11 Jun 2019 11:27:55 +0000 (21:27 +1000)
commita1f0478277cedbbe5e866c046e540b48e8045a28
tree24b400a834153cb9b3618b6f00b4c3cd8d5f5a78
parent92bec78a26139185c840a5d516a2aa171b20e269
Fix Windows Compile failure due to missing <inttypes.h>

Including <inttypes.h> caused a windows build failure.
The test is now skipped if strtoimax & strtoumax are not supported.
It does this by checking for a define which is only available if
inttypes.h is not included. The include is done automagically inside e_os2.h.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8986)
test/params_conversion_test.c