--- config.h.orig 2010-10-14 18:36:52.000000000 +0200 +++ config.h 2010-10-14 18:34:40.000000000 +0200 @@ -251,10 +251,10 @@ #define CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE #endif -#ifdef CRYPTOPP_DISABLE_X86ASM // for backwards compatibility: this macro had both meanings +//#ifdef CRYPTOPP_DISABLE_X86ASM // for backwards compatibility: this macro had both meanings #define CRYPTOPP_DISABLE_ASM #define CRYPTOPP_DISABLE_SSE2 -#endif +//#endif #if !defined(CRYPTOPP_DISABLE_ASM) && ((defined(_MSC_VER) && defined(_M_IX86)) || (defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)))) // C++Builder 2010 does not allow "call label" where label is defined within inline assembly