hcrypto: Flag 64bit bit constants as long long
commitb049f641f8ce573f579e04d97744338483640ff9
authorSimon Wilkinson <sxw@your-file-system.com>
Mon, 11 Oct 2010 16:47:07 +0000 (11 12:47 -0400)
committerLove Hörnquist Åstrand <lha@h5l.org>
Tue, 12 Oct 2010 03:14:51 +0000 (11 20:14 -0700)
treebbfd1550a3fb5a92999cff190f266fb85f20d514
parentc2e4377cc236513375c0c1d7965e688b14449c77
hcrypto: Flag 64bit bit constants as long long

When using 64bit constants for initialisation flag them as LL, so
the compiler doesn't try to cast them down to a long, and throw away
information, on 32 bit platforms.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
lib/hcrypto/sha512.c