summaryrefslogtreecommitdiff
path: root/secblock.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-24 14:39:25 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-24 14:39:25 -0500
commita779191c45f860f20b8a628b713f61130c4487cd (patch)
treeb13ff06158810f3e8ef0c0773fb6de2ac99ba197 /secblock.h
parent82672378e5d68e0ccedaa324f98e643d5789f95d (diff)
downloadcryptopp-git-a779191c45f860f20b8a628b713f61130c4487cd.tar.gz
Fix missing closing paren
Diffstat (limited to 'secblock.h')
-rw-r--r--secblock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/secblock.h b/secblock.h
index d7546604..0670c6ed 100644
--- a/secblock.h
+++ b/secblock.h
@@ -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