From 0a0244dacface689335de6e0edf978b29ddb66e1 Mon Sep 17 00:00:00 2001 From: weidai Date: Wed, 26 Mar 2003 21:50:44 +0000 Subject: fix bugs in SEAL and Panama git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@54 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- panama.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'panama.h') diff --git a/panama.h b/panama.h index a24113d..30b6390 100644 --- a/panama.h +++ b/panama.h @@ -82,7 +82,7 @@ struct PanamaCipherInfo : public VariableKeyLength<32, 32, 64, 32, SimpleKeyingI //! . template -class PanamaCipherPolicy : public AdditiveCipherConcretePolicy, +class PanamaCipherPolicy : public AdditiveCipherConcretePolicy, public PanamaCipherInfo, protected Panama { -- cgit v1.2.1