an oldie but a goodie .. ISO C90 does not support 'long long'
Phillip Susi
phill at thesusis.net
Wed Nov 2 17:44:55 UTC 2022
Dennis Clarke via openssl-users <openssl-users at openssl.org> writes:
> On 11/2/22 07:30, Tomas Mraz wrote:
>> No, long long and unsigned long long is required and it was required
>> for quite some time. The code is mostly C90 but not strictly.
>> I suppose on platforms with 64bit long type we could make it work
>> without long long though. Pull requests are welcome.
>> Tomas Mraz, OpenSSL
>>
>
> So fix it?
The only thing to fix is don't put your compiler in strict C90 mode.
More information about the openssl-users
mailing list