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>
Wed, 6 Feb 2013 14:19:09 +0000 (14:19 +0000)
commit4af91ec072242305f4b6560330e7161b122dc461
treea18869dc8bc717347cd11b790e356bdce5d0b3db
parent6b2a843970387ca07c505696129e80d439b1e5f8
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