From 78249d5ff4e87d2751c7f51e960d360124ed073a Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 5 Apr 2009 19:58:48 +0000 Subject: fix compile on MacOS X and MinGW git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@463 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- rijndael.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rijndael.h') diff --git a/rijndael.h b/rijndael.h index 483b8dd..d602186 100644 --- a/rijndael.h +++ b/rijndael.h @@ -41,7 +41,7 @@ class CRYPTOPP_DLL Rijndael : public Rijndael_Info, public BlockCipherDocumentat { public: void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const; -#if CRYPTOPP_BOOL_SSE2_ASM_AVAILABLE || defined(CRYPTOPP_X64_MASM_AVAILABLE) +#if CRYPTOPP_BOOL_X64 || CRYPTOPP_BOOL_X86 size_t AdvancedProcessBlocks(const byte *inBlocks, const byte *xorBlocks, byte *outBlocks, size_t length, word32 flags) const; #endif }; -- cgit v1.2.1