hcrypto: struct x64 doesn't need bitfields
commitc55118790e9024182dfdcf06116ee92f3e1c2163
authorChas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Fri, 22 Oct 2010 11:37:05 +0000 (22 07:37 -0400)
committerLove Hörnquist Åstrand <lha@h5l.org>
Sun, 24 Oct 2010 00:25:58 +0000 (23 17:25 -0700)
tree917e8e33beabc4f4ca777d449030e20233859bc2
parent172bf7d83fa38b3631fc2d945f22c6e60c12974e
hcrypto: struct x64 doesn't need bitfields

hcrypto: struct x64 doesn't need bitfields

    The bitfield specifications on the struct x64 members do not actually do
    anything to guarantee/force packing or endian of the members.  Removing
    them allows the code to compile on certain compilers that do not support
    bitfields on 64-bit types.

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