Kaydet (Commit) c930edb2 authored tarafından Andras Timar's avatar Andras Timar

remove unused const

Change-Id: If7e998065390d89cc22556adcd727a63f6496aad
üst d12980ce
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <sal/types.h> #include <sal/types.h>
const sal_Int32 n_ConstBufferSize = 32768; const sal_Int32 n_ConstBufferSize = 32768;
const sal_Int32 n_ConstMaxMemoryStreamSize = 20480;
// by calculation of the digest we read 32 bytes more ( if available ) // 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; // it allows to ignore the padding if the stream is longer than n_ConstDigestDecrypt since we read at least two blocks more;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment