From 03cfaa0e4614c6cc66ffd7c473a853597fd79919 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 18 Jun 2010 01:52:34 +0000 Subject: avoid SecBlock of arrays --- skipjack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skipjack.h') diff --git a/skipjack.h b/skipjack.h index 2cf10d22..6b126473 100644 --- a/skipjack.h +++ b/skipjack.h @@ -27,7 +27,7 @@ class SKIPJACK : public SKIPJACK_Info, public BlockCipherDocumentation protected: static const byte fTable[256]; - FixedSizeSecBlock tab; + FixedSizeSecBlock tab; }; class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE Enc : public Base -- cgit v1.2.1