tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 48c1bebd9ee9ad2aa3e6071038d3d9299b66ff0b
parent 37f95e8dd2ce877c664b8b34bc4bcc99c6ab3002
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 24 Jun 2024 16:48:00 -0400

Remove a now-unused variable.

Diffstat:
Msrc/core/or/extendinfo.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/core/or/extendinfo.c b/src/core/or/extendinfo.c @@ -97,7 +97,6 @@ extend_info_t * extend_info_from_node(const node_t *node, int for_direct_connect, bool for_exit) { - crypto_pk_t *rsa_pubkey = NULL; extend_info_t *info = NULL; tor_addr_port_t ap; int valid_addr = 0;