Gabriele Contini
2019-09-19 dfddf5294677407c3a01b3a13c8348f02fe993ee
src/tools/license-generator/license-generator.cpp
@@ -146,7 +146,7 @@
      ostream& outputFile) {
   vector<FullLicenseInfo> licenseInfo = parseLicenseInfo(vm);
   const unique_ptr<CryptoHelper> helper = CryptoHelper::getInstance();
   const char pkey[] = PRIVATE_KEY;
   const unsigned char pkey[] = PRIVATE_KEY;
   const size_t len = sizeof(pkey);
   for (auto it = licenseInfo.begin(); it != licenseInfo.end(); ++it) {
      const string license = it->printForSign();