From 50fb373655c7116630b8dde1ad10a6a5a846f89e Mon Sep 17 00:00:00 2001 From: "Francisco Blas (klondike) Izquierdo Riera" Date: Fri, 2 Jan 2015 01:21:18 +0100 Subject: [PATCH] Use i2p::data::SigningKeyType instead of uint16_t --- I2PTunnel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I2PTunnel.h b/I2PTunnel.h index 5b00cec7..070641fd 100644 --- a/I2PTunnel.h +++ b/I2PTunnel.h @@ -17,7 +17,7 @@ namespace client const size_t I2P_TUNNEL_CONNECTION_BUFFER_SIZE = 8192; const int I2P_TUNNEL_CONNECTION_MAX_IDLE = 3600; // in seconds const int I2P_TUNNEL_DESTINATION_REQUEST_TIMEOUT = 10; // in seconds - const uint16_t I2P_TUNNEL_DEFAULT_KEY_TYPE = i2p::data::SIGNING_KEY_TYPE_ECDSA_SHA256_P256; + const i2p::data::SigningKeyType I2P_TUNNEL_DEFAULT_KEY_TYPE = i2p::data::SIGNING_KEY_TYPE_ECDSA_SHA256_P256; class I2PTunnel; class I2PTunnelConnection: public std::enable_shared_from_this