[Bug 12856] tls_aesgcm.o does not build without a LONG_BIT.

bugzilla at busybox.net bugzilla at busybox.net
Sun May 3 15:36:39 UTC 2020


https://bugs.busybox.net/show_bug.cgi?id=12856

--- Comment #1 from Thomas Dettbarn <dettus at dettus.net> ---
Created attachment 8456
  --> https://bugs.busybox.net/attachment.cgi?id=8456&action=edit
this is a testcase. It illustrates the LONG_BIT problem

I took the liberty of creating a testcase.
I was able to replicate my problem on a Ubuntu 18.04 PC.

When trying to compile the file with 

gcc -O3 -o longbit.app longbit.c

it will fail. If you look into the sourcecode, you will see one include being
commented out. If you comment it back in, it will work.

including the same file in busybox' networking/tls_aesgcm.c file seems to do
the trick as well.


However, this is propably just a HOTFIX.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list