From e562437c88d18d206d079aa0ed07f5be57203a4a Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 18 Jun 2010 07:06:59 +0000 Subject: fix possible race condition in Singleton::Ref() tolerate double destruction of Singleton and g_nullNameValuePairs fix #include of standard headers git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@488 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- rijndael.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rijndael.cpp') diff --git a/rijndael.cpp b/rijndael.cpp index b3d986b..a39b65d 100644 --- a/rijndael.cpp +++ b/rijndael.cpp @@ -69,14 +69,6 @@ being unloaded from L1 cache, until that round is finished. #include "misc.h" #include "cpu.h" -#ifdef __sun -#include -#endif - -#ifdef __MINGW32__ -#include -#endif - NAMESPACE_BEGIN(CryptoPP) #ifdef CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS -- cgit v1.2.1