summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-08-12 06:53:04 +0200
committerJan Holesovsky <kendy@collabora.com>2015-08-12 06:55:10 +0200
commit695cec87d73d56617e1cdc62621971ab35ac67eb (patch)
tree876aba53c9a3342765ff6ea0e996cf22f59c8968 /onlineupdate
parent1e4b29e1ad16e908f550eae035c3fae8e56831dd (diff)
Add the needed #ifndef instead of removing the variable.
This reverts commit 058c924c9385d003eefa728be7b23b2effd73913. Change-Id: I0418af18177cef350b2bf13008ed54336c54938c
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/source/libmar/tool/mar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/onlineupdate/source/libmar/tool/mar.c b/onlineupdate/source/libmar/tool/mar.c
index 0cf0d9c74bce..8fb1666605dc 100644
--- a/onlineupdate/source/libmar/tool/mar.c
+++ b/onlineupdate/source/libmar/tool/mar.c
@@ -124,6 +124,9 @@ int main(int argc, char **argv) {
const char *certNames[MAX_SIGNATURES];
char *MARChannelID = MAR_CHANNEL_ID;
char *productVersion = MOZ_APP_VERSION;
+#ifndef NO_SIGN_VERIFY
+ uint32_t k;
+#endif
int rv = -1;
uint32_t certCount = 0;
int32_t sigIndex = -1;