md5/sha512: a better fix for strict aliasing warnings
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Jun 2013 23:03:19 +0000 (01:03 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Jun 2013 23:03:19 +0000 (01:03 +0200)
commit1f5e81f8f83087082108cf9449068ec4c2a3125e
treea3bb9d33dc2da4d68f109aeb18699f5adced15fa
parentf6205c6ab786f14e3515dfc0bfdb958ada8ed0e9
md5/sha512: a better fix for strict aliasing warnings

The locations *are* well-aligned for direct stores
on any architecture.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/platform.h
libbb/hash_md5_sha.c