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 13:56:14 +0000 (13:56 +0000)
commite0c21a0b6b09425f8396ff2daf74377687dc27ac
tree4bac9f63a1422158a9b6d594a85848755f7a4ad7
parent1dfb4b9400d2aeefbfa62f98e20a7351fc3d95bd
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