aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp')
-rw-r--r--databases/mysql56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mysql56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp b/databases/mysql56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp
deleted file mode 100644
index e94bf77c990d..000000000000
--- a/databases/mysql56-client/files/patch-extra_yassl_taocrypt_src_integer.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- extra/yassl/taocrypt/src/integer.cpp.orig 2012-04-02 09:37:09.000000000 +0200
-+++ extra/yassl/taocrypt/src/integer.cpp 2012-04-02 09:37:41.000000000 +0200
-@@ -73,7 +73,7 @@
- CPP_TYPENAME AlignedAllocator<T>::pointer AlignedAllocator<T>::allocate(
- size_type n, const void *)
- {
-- if (n > max_size())
-+ if (n > AlignedAllocator<T>::max_size())
- return 0;
- if (n == 0)
- return 0;