From 7cfef38e643e3371dd0e194526433665e8afe265 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 18 Jun 2010 01:52:34 +0000 Subject: avoid SecBlock of arrays git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@485 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- square.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'square.h') diff --git a/square.h b/square.h index c728927..d7e23c2 100644 --- a/square.h +++ b/square.h @@ -24,7 +24,7 @@ class Square : public Square_Info, public BlockCipherDocumentation void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs ¶ms); protected: - FixedSizeSecBlock roundkeys; + FixedSizeSecBlock m_roundkeys; }; class CRYPTOPP_NO_VTABLE Enc : public Base -- cgit v1.2.1