From: Dmitry Belyavskiy Date: Sat, 2 Mar 2019 18:48:36 +0000 (+0300) Subject: Merge pull request #121 from vt-alt/test_tls X-Git-Tag: v3.0.0~299 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=419263293a3075c630d028b94378107714ab6fa6;hp=38ce652a600ca43db4996f3c2945aff39a323e36;p=openssl-gost%2Fengine.git Merge pull request #121 from vt-alt/test_tls test_tls: simple TLS connection testing --- 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;