commit | b751033ec92dfc57e5f922d7b55bea2f41ddb7e6 | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Fri Feb 06 19:58:29 2015 -0700 |
committer | Shawn Willden <swillden@google.com> | Tue Feb 17 15:02:28 2015 -0700 |
tree | 424f3d9e78e4eb0609ef8186fcf2f056325a562b | |
parent | a550fba3d26d878873956f128de7607ff4cc96e4 [diff] [blame] |
Rename TAG_ADDITIONAL_DATA to TAG_ASSOCIATED_DATA. Change-Id: Ibdbc0f0cd0a8daad6317f7ca0256ada9e6a05cd3
diff --git a/aes_key.cpp b/aes_key.cpp index ca5c294..5eff739 100644 --- a/aes_key.cpp +++ b/aes_key.cpp
@@ -67,7 +67,7 @@ return NULL; keymaster_blob_t additional_data = {0, 0}; - authorizations().GetTagValue(TAG_ADDITIONAL_DATA, &additional_data); + authorizations().GetTagValue(TAG_ASSOCIATED_DATA, &additional_data); UniquePtr<Operation> op; switch (purpose) {