Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/constants.h b/src/common/constants.h
index dce2ef189..d6975b737 100644
--- a/src/common/constants.h
+++ b/src/common/constants.h
@@ -16,6 +16,6 @@
namespace OCC {
namespace CommonConstants {
- const qint32 e2EeTagSize = 16;
+ const qint64 e2EeTagSize = 16;
};
};