ssl/s3_cbc.c: md_state alignment portability fix.
authorAndy Polyakov <appro@openssl.org>
Fri, 1 Feb 2013 08:59:56 +0000 (09:59 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 5 Feb 2013 16:50:35 +0000 (16:50 +0000)
commit5f9345a2f0b592457fc4a619ac98ea59ffd394ba
tree23454bd7f4b6cb71d3859c0966fb47127cbf9877
parent33ccde59a1ece0f68cc4b64e930001ab230725b1
ssl/s3_cbc.c: md_state alignment portability fix.

RISCs are picky and alignment granted by compiler for md_state can be
insufficient for SHA512.
(cherry picked from commit 36260233e7e3396feed884d3f501283e0453c04f)
ssl/s3_cbc.c