]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix app opt compile failure due to missing <inttypes.h>
authorShane Lontis <shane.lontis@oracle.com>
Tue, 11 Jun 2019 08:19:20 +0000 (18:19 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Tue, 11 Jun 2019 11:27:55 +0000 (21:27 +1000)
commit53f5469604b5295a93316ec75f5da6aaf299d892
tree8d8f7166d4dc4be122cb3ac6675f2b8fc59cfe30
parenta1f0478277cedbbe5e866c046e540b48e8045a28
Fix app opt compile failure due to missing <inttypes.h>

opt.c uses functions that are only available if inttypes.h exists.
It now checks a define which is unavailable if
inttypes.h is 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)
apps/include/opt.h
apps/opt.c