diff --git a/rijndael.cpp b/rijndael.cpp index 5c5e4e37..cc4720ad 100644 --- a/rijndael.cpp +++ b/rijndael.cpp @@ -1193,7 +1193,7 @@ size_t Rijndael::Enc::AdvancedProcessBlocks(const byte *inBlocks, const byte *xo #if CRYPTOPP_BOOL_SSE2_ASM_AVAILABLE || defined(CRYPTOPP_X64_MASM_AVAILABLE) if (HasSSE2()) { - if (length < BLOCKSIZE) + if (length < static_cast(BLOCKSIZE)) return length; struct Locals