summaryrefslogtreecommitdiff
path: root/onlineupdate/StaticLibrary_libmarverify.mk
AgeCommit message (Collapse)Author
2017-08-22updater: fix error in linux part of updater makefilesMarkus Mohrhard
Change-Id: I2d32159364d34fb4154b7f88590045dc3a442bc3
2017-07-31updater: get the signature verification working on WindowsMarkus Mohrhard
The updater itself does not link to NSS on Windows and instead uses the Windows-internal crypto libraries. However the mar executable needs to link against NSS, so we need to split the code a bit. Change-Id: Iea61c716aa507a876fdb444eb28ad828bdea18bd Reviewed-on: https://gerrit.libreoffice.org/40608 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>