summaryrefslogtreecommitdiff
path: root/node/EllipticCurveKey.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2013-08-26 17:22:20 -0400
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2013-08-26 17:22:20 -0400
commit487eb17ec075dd2bdc91f78b41577b070d90f8f5 (patch)
tree1dccfa3836a48cf917934fe5dd01210d9d60d236 /node/EllipticCurveKey.hpp
parent9f16707b0b8ec62de67394bf4884408eb65f2a7a (diff)
downloadinfinitytier-487eb17ec075dd2bdc91f78b41577b070d90f8f5.tar.gz
infinitytier-487eb17ec075dd2bdc91f78b41577b070d90f8f5.zip
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
Diffstat (limited to 'node/EllipticCurveKey.hpp')
-rw-r--r--node/EllipticCurveKey.hpp2
1 files changed, 1 insertions, 1 deletions
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)