tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit b858f576c327f4fd0a2ead16dc6d6bf7b721829a
parent 740b8bb79c6d4ca6bf5c860c319b71fb81840334
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 22 May 2018 12:54:31 -0400

Merge branch 'maint-0.3.3'

Diffstat:
Msrc/or/protover.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/protover.c b/src/or/protover.c @@ -56,7 +56,7 @@ static const struct { /* Maximum allowed length of any single subprotocol name. */ // C_RUST_COUPLED: src/rust/protover/protover.rs // `MAX_PROTOCOL_NAME_LENGTH` -static const uint MAX_PROTOCOL_NAME_LENGTH = 100; +static const unsigned MAX_PROTOCOL_NAME_LENGTH = 100; /** * Given a protocol_type_t, return the corresponding string used in