Fix missing closing paren

This commit is contained in:
Jeffrey Walton 2020-12-24 14:39:25 -05:00
parent 82672378e5
commit a779191c45
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -532,7 +532,7 @@ private:
CRYPTOPP_ASSERT(IsAlignedOn(ptr, 16));
// Verify the lower bound. This is Issue 982/988.
CRYPTOPP_ASSERT(
reinterpret_cast<uintptr_t>(ptr >=
reinterpret_cast<uintptr_t>(ptr) >=
reinterpret_cast<uintptr_t>(m_array)
);
// Verify the upper bound. Allocated array with