From 435218df876b20330123145c5089115bae548743 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 22 May 2012 15:43:28 +0000 Subject: Properly align return values of mlock_allocator. Be more careful about pointer checks as a sufficiently smart compiler might optimize way pointer comparisons otherwise. Avoid using an iterator value after we have released it from the map. Reduce the default buffer size to 1K to reduce pressure on mlock memory. Drop the old mlock wrapper code. --- src/libstate/libstate.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstate/libstate.cpp') diff --git a/src/libstate/libstate.cpp b/src/libstate/libstate.cpp index 7ddfddfca..78ff9135c 100644 --- a/src/libstate/libstate.cpp +++ b/src/libstate/libstate.cpp @@ -11,7 +11,6 @@ #include #include #include -#include #include #if defined(BOTAN_HAS_SELFTESTS) -- cgit v1.2.3