open-license-manager
2014-04-23 bcc2c2b3761b818f91e365f6ba5f43842410aca9
src/library/LicenseReader.cpp
@@ -23,7 +23,7 @@
#include "base/public-key.h"
#include <build_properties.h>
#include "os/os.hpp"
#include "os/os-cpp.h"
namespace license {
@@ -47,7 +47,7 @@
EventRegistry FullLicenseInfo::validate(int sw_version) {
   EventRegistry er;
   OsFunctions::initialize();
   os_initialize();
   bool sigVerified = OsFunctions::verifySignature(printForSign().c_str(),
         license_signature.c_str());
   if (sigVerified) {