lib: Fix strict-aliasing warning in md5 code.
commita498c8a8e793568aab9ad145a6aad5d41323d6df
authorAndreas Schneider <asn@samba.org>
Thu, 9 Jan 2014 13:50:18 +0000 (9 14:50 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 13 Jan 2014 09:19:12 +0000 (13 10:19 +0100)
treea930b6ed2c7419371455a93a7df428fbcb0f5b18
parenta91d000e6c928c0053063d09bd5592b744d4115b
lib: Fix strict-aliasing warning in md5 code.

If the compiler detects strict aliasing problems it isn't able to
optimize the code.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
(cherry picked from commit 615efa4ae84373ae8aefb36fcf7583338665429a)
lib/crypto/md5.c