From ef417eb8d9b2fc9d0c5775706b1f2ff2752cb431 Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 17 Sep 2014 16:54:32 -0400 Subject: [PATCH] rollback --- RouterInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RouterInfo.h b/RouterInfo.h index 3ac0f52d..3ea77df0 100644 --- a/RouterInfo.h +++ b/RouterInfo.h @@ -61,7 +61,7 @@ namespace data { boost::asio::ip::address iHost; int iPort; - Tag<32> iKey; + uint8_t iKey[32]; uint32_t iTag; }; @@ -73,7 +73,7 @@ namespace data uint64_t date; uint8_t cost; // SSU only - Tag<32> key; // intro key for SSU + uint8_t key[32]; // intro key for SSU std::vector introducers; };