configfile: reject the "HKDF" flag for now

This will be re-enabled once it is implemented.
This commit is contained in:
Jakob Unterwurzacher 2017-03-05 18:16:49 +01:00
parent decda6d255
commit 4fadcbaf68
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ var knownFlags = map[flagIota]string{
FlagLongNames: "LongNames", FlagLongNames: "LongNames",
FlagAESSIV: "AESSIV", FlagAESSIV: "AESSIV",
FlagRaw64: "Raw64", FlagRaw64: "Raw64",
FlagHKDF: "HKDF", //FlagHKDF: "HKDF",
} }
// Filesystems that do not have these feature flags set are deprecated. // Filesystems that do not have these feature flags set are deprecated.