X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gosthash2012.h;h=0556a5330a83996a3fc54c4a07915647c891470f;hb=3b8ddfe2f303b8931842e52bdb5c07c97042f651;hp=021b7d4cee8effd71fe790ebc161a7ccdda27789;hpb=57d07eb0dc22bee10aebb0bd37cbdf2258413564;p=openssl-gost%2Fengine.git diff --git a/gosthash2012.h b/gosthash2012.h index 021b7d4..0556a53 100644 --- a/gosthash2012.h +++ b/gosthash2012.h @@ -48,9 +48,8 @@ typedef union uint512_u { #include "gosthash2012_precalc.h" /* GOST R 34.11-2012 hash context */ -ALIGN(16) typedef struct gost2012_hash_ctx { - ALIGN(16) unsigned char buffer[64]; + unsigned char buffer[64]; union uint512_u hash; union uint512_u h; union uint512_u N;