From 94ee86bbf6d35476281a7012136e7c74c1693231 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 2 Mar 2009 05:23:21 +0000 Subject: fix compile on non-x86 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@434 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- algparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'algparam.h') diff --git a/algparam.h b/algparam.h index 80bbbc6..5728cce 100644 --- a/algparam.h +++ b/algparam.h @@ -373,7 +373,7 @@ protected: member_ptr & Next() const {return const_cast(this)->Next();} bool m_constructed, m_defaultThrowIfNotUsed; - char m_first[sizeof(AlgorithmParametersBase) + 16]; + size_t m_first[(sizeof(AlgorithmParametersBase) + 19)/sizeof(size_t)]; }; //! Create an object that implements NameValuePairs for passing parameters -- cgit v1.2.1