diff options
Diffstat (limited to 'internal/fusefrontend')
| -rw-r--r-- | internal/fusefrontend/args.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/internal/fusefrontend/args.go b/internal/fusefrontend/args.go index eb796cd..c111dbf 100644 --- a/internal/fusefrontend/args.go +++ b/internal/fusefrontend/args.go @@ -8,7 +8,7 @@ import (  type Args struct {  	Masterkey      []byte  	Cipherdir      string -	CryptoBackend  cryptocore.BackendTypeEnum +	CryptoBackend  cryptocore.AEADTypeEnum  	PlaintextNames bool  	LongNames      bool  	// Should we chown a file after it has been created? | 
