tor

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

commit 874ba6861a02401f4f2d6d2f0e5bdf806386f50b
parent 2ad062ee601bc30594b81a33404662fbd59ef8b1
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 21 Jun 2018 09:37:32 -0400

Fix distcheck by naming header properly.

Diffstat:
Msrc/common/include.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/include.am b/src/common/include.am @@ -203,7 +203,7 @@ COMMONHEADERS = \ src/common/testsupport.h \ src/common/timers.h \ src/common/token_bucket.h \ - src/common/torerr.c \ + src/common/torerr.h \ src/common/torint.h \ src/common/torlog.h \ src/common/tortls.h \