From c1359b32a43b09be96e0388c12b75a9deda17e4f Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 5 Jun 2019 09:57:52 -0400 Subject: trunnel: Rename sendme.trunnel to sendme_cell.trunnel This is to avoid having two sendme.{c|h} in the repository since the subsystem is implemented in src/core/or/sendme.{c|h}. Fixes #30769 Signed-off-by: David Goulet --- src/ext/trunnel/trunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ext/trunnel/trunnel.c') diff --git a/src/ext/trunnel/trunnel.c b/src/ext/trunnel/trunnel.c index 3ae3fe02c8..01a55c5bec 100644 --- a/src/ext/trunnel/trunnel.c +++ b/src/ext/trunnel/trunnel.c @@ -1,4 +1,4 @@ -/* trunnel.c -- copied from Trunnel v1.5.2 +/* trunnel.c -- copied from Trunnel v1.5.3 * https://gitweb.torproject.org/trunnel.git * You probably shouldn't edit this file. */ -- cgit v1.2.3-54-g00ecf