curve448/field.h: relax alignment, as it doesn't work universally.
authorAndy Polyakov <appro@openssl.org>
Wed, 21 Mar 2018 10:19:58 +0000 (11:19 +0100)
committerAndy Polyakov <appro@openssl.org>
Thu, 22 Mar 2018 10:50:44 +0000 (11:50 +0100)
commitf55fd7f2c6b70a5ee1fa959593b5a3ca64ee5914
treec4574397da99b10976119f2c5b0cdc27be7ca48f
parentd10ca7aed0028aeebbe8b91b3facd3dc2a5f42e7
curve448/field.h: relax alignment, as it doesn't work universally.

Some platforms, cough-DJGPP, fail to compile claiming that requested
alignment is greater than maximum possible. Supposedly original
alignment was result of an attempt to utilize AVX2...

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5708)
crypto/ec/curve448/field.h