opnsense-ports/databases/mariadb100-server/files/patch-extra_yassl_taocrypt_src_integer.cpp
Franco Fichtner 9dcc1db2c3 */*: sync with upstream
Taken from: FreeBSD
2015-08-13 09:36:11 +02:00

11 lines
428 B
C++

--- extra/yassl/taocrypt/src/integer.cpp.orig 2015-06-17 14:54:11 UTC
+++ extra/yassl/taocrypt/src/integer.cpp
@@ -74,7 +74,7 @@ template <class T>
CPP_TYPENAME AlignedAllocator<T>::pointer AlignedAllocator<T>::allocate(
size_type n, const void *)
{
- if (n > this->max_size())
+ if (n > AlignedAllocator<T>::max_size())
return 0;
if (n == 0)
return 0;