summaryrefslogtreecommitdiff
path: root/security/crypto++/patches/patch-secblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/crypto++/patches/patch-secblock.h')
-rw-r--r--security/crypto++/patches/patch-secblock.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/crypto++/patches/patch-secblock.h b/security/crypto++/patches/patch-secblock.h
deleted file mode 100644
index 2656384f340..00000000000
--- a/security/crypto++/patches/patch-secblock.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-secblock.h,v 1.1 2012/04/17 17:46:31 joerg Exp $
-
---- secblock.h.orig 2012-04-17 15:36:29.000000000 +0000
-+++ secblock.h
-@@ -94,7 +94,7 @@ public:
-
- pointer allocate(size_type n, const void * = NULL)
- {
-- CheckSize(n);
-+ this->CheckSize(n);
- if (n == 0)
- return NULL;
-