aboutsummaryrefslogtreecommitdiff
path: root/internal/configfile
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-03-05 18:16:49 +0100
committerJakob Unterwurzacher2017-03-05 18:16:49 +0100
commit4fadcbaf68ce25dcdc7665059f43226f5f9a4da5 (patch)
treed7062a9c9398e3e0920444a938016fda95cd1ed8 /internal/configfile
parentdecda6d2559192b09289b5328b9446d2b6fa7ce0 (diff)
configfile: reject the "HKDF" flag for now
This will be re-enabled once it is implemented.
Diffstat (limited to 'internal/configfile')
-rw-r--r--internal/configfile/feature_flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configfile/feature_flags.go b/internal/configfile/feature_flags.go
index 2d609f2..deb3a0e 100644
--- a/internal/configfile/feature_flags.go
+++ b/internal/configfile/feature_flags.go
@@ -36,7 +36,7 @@ var knownFlags = map[flagIota]string{
FlagLongNames: "LongNames",
FlagAESSIV: "AESSIV",
FlagRaw64: "Raw64",
- FlagHKDF: "HKDF",
+ //FlagHKDF: "HKDF",
}
// Filesystems that do not have these feature flags set are deprecated.