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:46:18 +0000 (16:46 +0000)
commit11c48a0fd20d2ec091fde218449f3ba0ff1cf672
tree65f40b3fe30795028f30de203d3dca7cb1d6d370
parent3cdaca2436643908863c6a62918b0d9703477655
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