On Wed, Mar 07, 2018 at 11:06:57AM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Mar 7 16:06:57 UTC 2018 > > Modified Files: > src/crypto/external/bsd/openssl/dist: e_os.h > > Log Message: > HACK around aarch64 having "long long" "__int64_t"
Please, just check __STDC_VERSION__ and use the real one for C99 and later. No need for any such hacks. Joerg