diff options
Diffstat (limited to 'metadata/metadata.proto')
| -rw-r--r-- | metadata/metadata.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/metadata.proto b/metadata/metadata.proto index 6fe0ad9..735181e 100644 --- a/metadata/metadata.proto +++ b/metadata/metadata.proto @@ -63,7 +63,7 @@ message ProtectorData { message EncryptionOptions { int64 padding = 1; - // Type of encryption; should match declarations of unix.FS_ENCRYPTION_MODE + // Type of encryption; should match declarations of unix.FSCRYPT_MODE enum Mode { default = 0; AES_256_XTS = 1; |