summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tss.c b/src/tss.c
index 03b723e..81b39fa 100644
--- a/src/tss.c
+++ b/src/tss.c
@@ -827,7 +827,7 @@ int tss_response_get_path_by_entry(plist_t response, const char* entry, char** p
}
int tss_response_get_blob_by_path(plist_t tss, const char* path, unsigned char** blob) {
- int i = 0;
+ uint32_t i = 0;
uint32_t tss_size = 0;
uint64_t blob_size = 0;
char* entry_key = NULL;