commit | ac69d9559e96cf57d7705848a9f3d6e09eac9fe1 | [log] [tgz] |
---|---|---|
author | Shawn Willden <swillden@google.com> | Mon Jun 01 14:40:19 2015 -0600 |
committer | Shawn Willden <swillden@google.com> | Tue Jun 02 22:35:51 2015 -0600 |
tree | cb6f4bd61002bf669ec5273bbd5b622299289265 | |
parent | bf0679a97499f92abc664179ddb8c1e3974f5c85 [diff] [blame] |
Add output params to Update & Finish messages. Change-Id: I5f6ee245259788cb8c873d814e167f5d5bcdc08b
diff --git a/android_keymaster.cpp b/android_keymaster.cpp index ae9177f..253bbdb 100644 --- a/android_keymaster.cpp +++ b/android_keymaster.cpp
@@ -39,7 +39,7 @@ namespace keymaster { const uint8_t MAJOR_VER = 1; -const uint8_t MINOR_VER = 0; +const uint8_t MINOR_VER = 1; const uint8_t SUBMINOR_VER = 0; AndroidKeymaster::AndroidKeymaster(KeymasterContext* context, size_t operation_table_size)