package/inc/PackageConstants.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 009e2edd13eec617f2b7600c04cdd3f86309dcf0 Author: Matúš Kukan <matus.ku...@collabora.com> Date: Fri Oct 31 16:55:41 2014 +0100 package: Increase size of buffers I just want to see what's going to happen - if anything. Change-Id: Iba09c261126654ab19fc5755b3923b406db15031 diff --git a/package/inc/PackageConstants.hxx b/package/inc/PackageConstants.hxx index df7bebc..9336e68 100644 --- a/package/inc/PackageConstants.hxx +++ b/package/inc/PackageConstants.hxx @@ -21,7 +21,7 @@ #include <sal/types.h> -const sal_Int32 n_ConstBufferSize = 32768; +const sal_Int32 n_ConstBufferSize = 524288; // by calculation of the digest we read 32 bytes more ( if available ) // it allows to ignore the padding if the stream is longer than n_ConstDigestDecrypt since we read at least two blocks more;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits