mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Do not pretend to allow PADDING as the first cell of a v3 handshake
This commit is contained in:
parent
f54a10caa6
commit
b8675e5fe3
1 changed files with 0 additions and 1 deletions
|
@ -213,7 +213,6 @@ static int
|
|||
command_allowed_before_handshake(uint8_t command)
|
||||
{
|
||||
switch (command) {
|
||||
case CELL_PADDING: /*XXXX not implemented. Should remove, or implement? */
|
||||
case CELL_VERSIONS:
|
||||
case CELL_VPADDING:
|
||||
case CELL_AUTHORIZE:
|
||||
|
|
Loading…
Add table
Reference in a new issue