]> wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Merge pull request #121 from vt-alt/test_tls
authorDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 2 Mar 2019 18:48:36 +0000 (21:48 +0300)
committerGitHub <noreply@github.com>
Sat, 2 Mar 2019 18:48:36 +0000 (21:48 +0300)
test_tls: simple TLS connection testing

gosthash2012.h

index 021b7d4cee8effd71fe790ebc161a7ccdda27789..0556a5330a83996a3fc54c4a07915647c891470f 100644 (file)
@@ -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;