Remove channel_is_canonical_is_reliable()
commit435f31aed34e9b58d1e8d9f460e6d2e3c6714fbc
authorNick Mathewson <nickm@torproject.org>
Mon, 3 Aug 2020 15:25:37 +0000 (3 11:25 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 3 Aug 2020 15:25:37 +0000 (3 11:25 -0400)
treebc0d12229d6f5928a43c5e9d8da67148ae571727
parentc4742b89b23d58958ee0d5ca324dac5948c94bf6
Remove channel_is_canonical_is_reliable()

This function once served to let circuits continue to be built over
version-1 link connections.  But such connections are long-obsolete,
and it's time to remove this check.

Closes #40081.
changes/ticket40081 [new file with mode: 0644]
src/core/or/channel.c
src/core/or/channel.h
src/core/or/channeltls.c
src/core/or/circuitbuild.c
src/test/test_channel.c