Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/crypto/external/bsd/openssl/dist



In article <p7sda2$ou8$1%blaine.gmane.org@localhost>,
Christos Zoulas <christos%astron.com@localhost> wrote:
>In article <20180308215340.GA22758%britannica.bec.de@localhost>,
>Joerg Sonnenberger  <joerg%bec.de@localhost> 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



Home | Main Index | Thread Index | Old Index