]> 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 0556a5330a83996a3fc54c4a07915647c891470f..fa45c30903cf65d31f489c24b45cd81243c077d2 100644 (file)
@@ -50,7 +50,6 @@ typedef union uint512_u {
 /* GOST R 34.11-2012 hash context */
 typedef struct gost2012_hash_ctx {
     unsigned char buffer[64];
-    union uint512_u hash;
     union uint512_u h;
     union uint512_u N;
     union uint512_u Sigma;