[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 y

[openssl-users] openssl 1.1.1 cross compile error to vxworks 6.8

2018-10-26 Thread lu zhihong
Hi,All Now I am trying build openssl1.1.1 version libs in cross compiler platform(susu12+Vxworks 6.8 ). the build target is vxworks-ppc860.but it failed. I have tried use different Vxworks versions(such as Vxworks6.4,Vxworks6.8),it still failed. I want to know if build openssl libs using Vxworks