Gabriele Contini
2019-11-10 a5935a3a5f398ddaecb94489d33abbedf2f0fa49
src/library/os/os.c
@@ -19,7 +19,7 @@
FUNCTION_RETURN verifySignature(const char* stringToVerify,
      const char* signatureB64) {
   EVP_MD_CTX *mdctx = NULL;
   const char *pubKey = PUBLIC_KEY;
   const char pubKey[] = PUBLIC_KEY;
   int func_ret = 0;
   BIO* bio = BIO_new_mem_buf((void*) (pubKey), strlen(pubKey));