summaryrefslogtreecommitdiff
path: root/libfscrypt/include/fscrypt/fscrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfscrypt/include/fscrypt/fscrypt.h')
-rw-r--r--libfscrypt/include/fscrypt/fscrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfscrypt/include/fscrypt/fscrypt.h b/libfscrypt/include/fscrypt/fscrypt.h
index ca051f4a..18fb4fc3 100644
--- a/libfscrypt/include/fscrypt/fscrypt.h
+++ b/libfscrypt/include/fscrypt/fscrypt.h
@@ -34,6 +34,7 @@ struct EncryptionOptions {
int contents_mode;
int filenames_mode;
int flags;
+ bool use_hw_wrapped_key;
// Ensure that "version" is not valid on creation and so must be explicitly set
EncryptionOptions() : version(0) {}