Re: [openssl-users] compile warning on 32bit platform:integer constant is too large for 'long' type

2018-11-05 Thread Jakob Bohm via openssl-users
On 05/11/2018 15:56, Michael Wojcik wrote: From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of lu zhihong Sent: Thursday, November 01, 2018 05:58 when complie openssl 1.1.1 on linux 32bit platform, i met some compile warning,like:

Re: [openssl-users] compile warning on 32bit platform:integer constant is too large for 'long' type

2018-11-05 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of lu zhihong > Sent: Thursday, November 01, 2018 05:58 > >when complie openssl 1.1.1 on linux 32bit platform, i met some compile > warning,like: > > crypto/ec/curve448/curve448_tables.c:415: > integer constant is too

[openssl-users] compile warning on 32bit platform:integer constant is too large for 'long' type

2018-11-01 Thread lu zhihong
hi,all when complie openssl 1.1.1 on linux 32bit platform, i met some compile warning,like: crypto/ec/curve448/curve448_tables.c:415: integer constant is too large for 'long' type the 64bit constant is default to 32bit long type, how should i deal with these warning? thanks in advance for