From 82d01438a66212ce802721397a62c18a0b71b7ea Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 27 Nov 2019 11:28:14 -0800 Subject: Use latest fscrypt declarations from sys/unix Use the new name for fscrypt constants and structures which have been given a new name. Also use the named constant for the DIRECT_KEY fscrypt policy flag. No change in behavior. This is just preparing for future work. --- metadata/metadata.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata/metadata.proto') 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; -- cgit v1.3