summaryrefslogtreecommitdiff
path: root/gost.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-14 21:13:22 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-14 21:13:22 -0400
commitb69d904499cf9f009cce6e6c42325b0370e2cda8 (patch)
tree7ac612b0d8f2d2ef8730f4f5b9d7fe90c48088ce /gost.h
parent92ed8454c754ac1112690039c3b2070a03738327 (diff)
downloadcryptopp-git-b69d904499cf9f009cce6e6c42325b0370e2cda8.tar.gz
Cleared SunCC warning "key hides GOST::Base::key"
Diffstat (limited to 'gost.h')
-rw-r--r--gost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gost.h b/gost.h
index b2de14af..5a6e441d 100644
--- a/gost.h
+++ b/gost.h
@@ -37,7 +37,7 @@ class GOST : public GOST_Info, public BlockCipherDocumentation
static volatile bool sTableCalculated;
static word32 sTable[4][256];
- FixedSizeSecBlock<word32, 8> key;
+ FixedSizeSecBlock<word32, 8> m_key;
};
//! \class Enc