X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2Fetpm.cpp;h=c264272440e4dfe8117a893adfb3f573c503b503;hb=6ff491caab739113f212543e4a70a0773cf6ce37;hp=f1ac07ba5c29d15e0f00edf9c8ed44d6790aa5cd;hpb=77dc369c56e6995d1aeda3c7b686ed675534ec90;p=vuplus_dvbapp diff --git a/lib/base/etpm.cpp b/lib/base/etpm.cpp index f1ac07b..c264272 100644 --- a/lib/base/etpm.cpp +++ b/lib/base/etpm.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include @@ -103,7 +103,7 @@ void* eTPM::recv_cmd(unsigned int *tag, unsigned int *len) void eTPM::parse_data(const unsigned char *data, unsigned int datalen) { - unsigned int i, j; + unsigned int i; unsigned int tag; unsigned int len; const unsigned char *val;