diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-22 12:54:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-22 12:54:31 -0400 |
commit | 20f8fead9c27c0de7a5913f53294e960b029749b (patch) | |
tree | 144643c7e10ec6c4643b3bf8752c3af8db3a8a1a | |
parent | 0b8de7b3c3b62fe553b8e5c75d2f85ab22628e01 (diff) | |
parent | 6e8e005b531c9061866bb4f601e4b97814834687 (diff) | |
download | tor-20f8fead9c27c0de7a5913f53294e960b029749b.tar.gz tor-20f8fead9c27c0de7a5913f53294e960b029749b.zip |
Merge branch 'maint-0.3.3' into release-0.3.3
-rw-r--r-- | src/or/protover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/protover.c b/src/or/protover.c index 811f91410f..8ca29bc0ff 100644 --- 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 |