summaryrefslogtreecommitdiff
path: root/libfscrypt/include/fscrypt
diff options
context:
space:
mode:
authorPaul Crowley <paulcrowley@google.com>2019-10-24 23:27:50 -0700
committerPaul Crowley <paulcrowley@google.com>2019-10-28 14:37:45 -0700
commit5e2fbc4cf572f1e0795602d9e96cef9839a5cc18 (patch)
treee506e6030be62bdb625c2df738f7fe31ad41af36 /libfscrypt/include/fscrypt
parent9444d62255ca18e1ddcde9b2f02d08256bd589e1 (diff)
downloadextras-5e2fbc4cf572f1e0795602d9e96cef9839a5cc18.tar.gz
libfscrypt: Options parser now fills missing defaults
Bug: 143307095 Test: use parser for fstab Change-Id: Ia103a2e7947d03fb50a378472203363477d865e5
Diffstat (limited to 'libfscrypt/include/fscrypt')
-rw-r--r--libfscrypt/include/fscrypt/fscrypt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libfscrypt/include/fscrypt/fscrypt.h b/libfscrypt/include/fscrypt/fscrypt.h
index 29617ad5..ccd716f2 100644
--- a/libfscrypt/include/fscrypt/fscrypt.h
+++ b/libfscrypt/include/fscrypt/fscrypt.h
@@ -46,8 +46,6 @@ void BytesToHex(const std::string& bytes, std::string* hex);
bool OptionsToString(const EncryptionOptions& options, std::string* options_string);
-// Note that right now this parses only the output from OptionsToString, not the
-// more general format that appears in fstabs.
bool ParseOptions(const std::string& options_string, EncryptionOptions* options);
bool ParseOptionsParts(const std::string& contents_mode, const std::string& filenames_mode,