VERIFY bug fixes

This commit is contained in:
NIIBE Yutaka
2011-05-11 23:33:38 +09:00
parent d5e2950f46
commit 74b21d307c
4 changed files with 62 additions and 60 deletions

View File

@@ -147,7 +147,7 @@ struct key_data_internal {
struct prvkey_data {
const uint8_t *key_addr;
/*
* CRM: [C]heck, [R]andom, and [M]agic in struct key_data
* CRM: [C]heck, [R]andom, and [M]agic in struct key_data_internal
*
*/
uint8_t crm_encrypted[ADDITIONAL_DATA_SIZE];