aboutsummaryrefslogtreecommitdiff
path: root/cryptopp/secblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'cryptopp/secblock.h')
-rw-r--r--cryptopp/secblock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cryptopp/secblock.h b/cryptopp/secblock.h
index d66470e901..5e3882916a 100644
--- a/cryptopp/secblock.h
+++ b/cryptopp/secblock.h
@@ -184,7 +184,8 @@ public:
void deallocate(void *p, size_type n)
{
- assert(false);
+ //// Bitcoin: can't figure out why this is tripping on a few compiles.
+ //assert(false);
}
size_type max_size() const {return 0;}