mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Merge branch 'maint-0.3.3'
This commit is contained in:
commit
b858f576c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue