In article <p7sda2$ou8$1...@blaine.gmane.org>,
Christos Zoulas <chris...@astron.com> wrote:
>In article <20180308215340.ga22...@britannica.bec.de>,
>Joerg Sonnenberger  <jo...@bec.de> wrote:
>>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.
>
>Will fix! Just trying to get everything to compile first.

Can't do it without making a lot of diffs. There is no C99 with the size
and without the format specifier:

e.g.

#define PRId64          "ld"    /* int64_t              */

Where OpenSSL wants:

#define BIO_PRI64       "l"

christos

Reply via email to