Re: [PATCH] crypto: keywrap - Add missing ULL suffixes for 64-bit constants

2017-11-28 Thread Herbert Xu
On Wed, Nov 15, 2017 at 11:44:28AM +0100, Geert Uytterhoeven wrote: > On 32-bit (e.g. with m68k-linux-gnu-gcc-4.1): > > crypto/keywrap.c: In function ‘crypto_kw_decrypt’: > crypto/keywrap.c:191: warning: integer constant is too large for ‘long’ > type > crypto/keywrap.c: In function ‘

Re: [PATCH] crypto: keywrap - Add missing ULL suffixes for 64-bit constants

2017-11-15 Thread Stephan Mueller
Am Mittwoch, 15. November 2017, 11:44:28 CET schrieb Geert Uytterhoeven: Hi Geert, > On 32-bit (e.g. with m68k-linux-gnu-gcc-4.1): > > crypto/keywrap.c: In function ‘crypto_kw_decrypt’: > crypto/keywrap.c:191: warning: integer constant is too large for ‘long’ > type crypto/keywrap.c: In