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