From 6f5db32d147166ab1617c66844e3297eededc704 Mon Sep 17 00:00:00 2001
From: Gabriele Contini <gcontini@users.noreply.github.com>
Date: 摹曛, 19 9月 2019 20:20:18 +0800
Subject: [PATCH] Feature/mingw cross compile (#51)

---
 src/tools/base_lib/linux/CryptoHelperLinux.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tools/base_lib/linux/CryptoHelperLinux.h b/src/tools/base_lib/linux/CryptoHelperLinux.h
index 2573ca3..534b1e3 100644
--- a/src/tools/base_lib/linux/CryptoHelperLinux.h
+++ b/src/tools/base_lib/linux/CryptoHelperLinux.h
@@ -27,7 +27,7 @@
 	virtual const string exportPrivateKey() const;
 	virtual const string exportPublicKey() const;
 
-	virtual string signString(const unsigned char* privateKey, size_t pklen,
+	virtual string signString(const void* privateKey, size_t pklen,
 			const string& license) const;
 	virtual ~CryptoHelperLinux();
 };

--
Gitblit v1.9.1