summaryrefslogtreecommitdiffstats
path: root/onlineupdate/source
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-29 04:28:32 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:21 +0200
commite70d1cd3014ea9ff360d7cd203206332b7aa6cfd (patch)
treeb909c3504892a881b094bb8e675cae6cd2070b23 /onlineupdate/source
parentdon't use MOZ prefix for variables (diff)
downloadcore-e70d1cd3014ea9ff360d7cd203206332b7aa6cfd.tar.gz
core-e70d1cd3014ea9ff360d7cd203206332b7aa6cfd.zip
some steps to getting mar signing working
Change-Id: Id5a37530f2660866e83b6072d4d55b45da4a083d
Diffstat (limited to 'onlineupdate/source')
-rw-r--r--onlineupdate/source/update/updater/updater.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/onlineupdate/source/update/updater/updater.cxx b/onlineupdate/source/update/updater/updater.cxx
index 52d5056116ed..033447160d4f 100644
--- a/onlineupdate/source/update/updater/updater.cxx
+++ b/onlineupdate/source/update/updater/updater.cxx
@@ -53,6 +53,8 @@
#include <errno.h>
#include <algorithm>
+#include <config_version.h>
+
#include "updatelogging.h"
#include <onlineupdate/mozilla/Compiler.h>
@@ -94,9 +96,9 @@ void LaunchMacPostProcess(const char* aAppBundle);
# define MAYBE_USE_HARD_LINKS 0
-#include "nss.h"
-#include "prerror.h"
#if defined(VERIFY_MAR_SIGNATURE) && !defined(_WIN32) && !defined(MACOSX)
+#include <nss.h>
+#include <nspr.h>
#endif
#ifdef _WIN32
@@ -2132,7 +2134,7 @@ UpdateThreadFunc(void * /*param*/)
}
rv = gArchiveReader.VerifyProductInformation(MARStrings.MARChannelID,
- MOZ_APP_VERSION);
+ LIBO_VERSION_DOTTED);
}
}
#endif