From 487eb17ec075dd2bdc91f78b41577b070d90f8f5 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 26 Aug 2013 17:22:20 -0400 Subject: ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap. --- node/EllipticCurveKey.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/EllipticCurveKey.hpp') diff --git a/node/EllipticCurveKey.hpp b/node/EllipticCurveKey.hpp index 5a3a60c4..c3439c62 100644 --- a/node/EllipticCurveKey.hpp +++ b/node/EllipticCurveKey.hpp @@ -78,7 +78,7 @@ public: EllipticCurveKey(const std::string &data) throw(std::out_of_range) { - set(data.data(),data.length()); + set(data.data(),(unsigned int)data.length()); } inline void set(const void *data,unsigned int len) -- cgit v1.2.3