summaryrefslogtreecommitdiff
path: root/cryptfs
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-02 23:09:14 +0100
committerJakob Unterwurzacher2015-11-02 23:10:11 +0100
commit66db3ad086692d249bdf8e14921760f7a460bb99 (patch)
tree8114bf34958dc0acd0eb32725ceca883ab814964 /cryptfs
parent0ec17c3939ea89b353d9419da591a75fe44df6a2 (diff)
Bump on-disk version to 2
Diffstat (limited to 'cryptfs')
-rw-r--r--cryptfs/file_header.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs/file_header.go b/cryptfs/file_header.go
index e16cbab..fe4ac56 100644
--- a/cryptfs/file_header.go
+++ b/cryptfs/file_header.go
@@ -10,7 +10,7 @@ import (
)
const (
- HEADER_CURRENT_VERSION = 1 // Current on-disk-format version
+ HEADER_CURRENT_VERSION = 2 // Current on-disk-format version
HEADER_VERSION_LEN = 2 // uint16
HEADER_ID_LEN = 16 // 128 bit random file id
HEADER_LEN = HEADER_VERSION_LEN + HEADER_ID_LEN // Total header length