aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/gost_3411/gost_3411.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/gost_3411/gost_3411.h')
-rw-r--r--src/hash/gost_3411/gost_3411.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/gost_3411/gost_3411.h b/src/hash/gost_3411/gost_3411.h
index 693b900d2..1e9f3189d 100644
--- a/src/hash/gost_3411/gost_3411.h
+++ b/src/hash/gost_3411/gost_3411.h
@@ -32,8 +32,8 @@ class BOTAN_DLL GOST_34_11 : public HashFunction
GOST_28147_89 cipher;
SecureVector<byte> buffer, sum, hash;
+ size_t position;
u64bit count;
- u32bit position;
};
}