summaryrefslogtreecommitdiffstats
path: root/ocb.c
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-11-25 18:11:42 -0800
committerAndreas Gampe <agampe@google.com>2014-11-25 18:11:42 -0800
commit894c4b6e201197845c326971f06d7b9f344e056b (patch)
treed4879d8a534558de67d5ba1f98db0838e1cf8dcd /ocb.c
parent4f854a6b87795fba2648fba1b9fc72bf690f93a2 (diff)
downloadandroid_system_keymaster-894c4b6e201197845c326971f06d7b9f344e056b.tar.gz
android_system_keymaster-894c4b6e201197845c326971f06d7b9f344e056b.tar.bz2
android_system_keymaster-894c4b6e201197845c326971f06d7b9f344e056b.zip
Keymaster: Fix unused variables
For build-system CFLAGS clean-up, fix unused variables. Change-Id: I0004b7f05059fb9f9866aa23e54128f67c61ed60
Diffstat (limited to 'ocb.c')
-rw-r--r--ocb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ocb.c b/ocb.c
index 2af174e..461fe9d 100644
--- a/ocb.c
+++ b/ocb.c
@@ -755,7 +755,6 @@ static block gen_offset_from_nonce(ae_ctx* ctx, const void* nonce) {
block bl;
} tmp;
unsigned idx;
- uint32_t tagadd;
/* Replace cached nonce Top if needed */
#if (OCB_TAG_LEN > 0)