]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gosthash2012.h
gosthash2012: Remove redundant `hash' field from `struct gost2012_hash_ctx'
[openssl-gost/engine.git] / gosthash2012.h
index 021b7d4cee8effd71fe790ebc161a7ccdda27789..fa45c30903cf65d31f489c24b45cd81243c077d2 100644 (file)
@@ -48,10 +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];
-    union uint512_u hash;
+    unsigned char buffer[64];
     union uint512_u h;
     union uint512_u N;
     union uint512_u Sigma;