summaryrefslogtreecommitdiff
path: root/keymaster/ta/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymaster/ta/include/common.h')
-rw-r--r--keymaster/ta/include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymaster/ta/include/common.h b/keymaster/ta/include/common.h
index 95a8667..6ec971f 100644
--- a/keymaster/ta/include/common.h
+++ b/keymaster/ta/include/common.h
@@ -18,7 +18,7 @@
#ifndef KEYMASTER_COMMON_H
#define KEYMASTER_COMMON_H
-#define SIZE_LENGTH sizeof(size_t) //TODO: find all of those macros and refactor them
+#define SIZE_LENGTH sizeof(size_t)
/* AKMS stands for android keymaster serailzing function */
#define SIZE_LENGTH_AKMS sizeof(uint32_t)