From 57d941990195f4d1139cb33a4327534fc46a2fca Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 16 Apr 2007 00:18:32 +0000 Subject: MMX/SSE2 optimizations git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@299 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- modarith.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modarith.h') diff --git a/modarith.h b/modarith.h index 4375c9f..c0368e3 100644 --- a/modarith.h +++ b/modarith.h @@ -150,7 +150,7 @@ public: private: Integer m_u; - mutable SecAlignedWordBlock m_workspace; + mutable IntegerSecBlock m_workspace; }; NAMESPACE_END -- cgit v1.2.1