commit 6e8e005b531c9061866bb4f601e4b97814834687
parent 074b182baa091881d1741a6a66a08fef09090777
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 22 May 2018 12:54:26 -0400
Merge branch 'trove-2018-005_032' into maint-0.3.3
Diffstat:
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