diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/configfile/feature_flags.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/internal/configfile/feature_flags.go b/internal/configfile/feature_flags.go index e45b20c..d6627a5 100644 --- a/internal/configfile/feature_flags.go +++ b/internal/configfile/feature_flags.go @@ -14,7 +14,7 @@ const (  	// This flag is mandatory since gocryptfs v1.0,  	// except when XChaCha20Poly1305 is used.  	FlagGCMIV128 -	// FlagLongNames allows file names longer than 176 bytes. +	// FlagLongNames allows file names longer than 175 bytes.  	FlagLongNames  	// FlagLongNameMax sets a custom name length limit, names longer than that  	// will be hashed. | 
