tor

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

commit 67abf55d6b2d2c10a1e666e0295d40890935f304
parent daaa2751ed6ea8fe6941b63ea819804d8f0a9fac
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue,  6 Nov 2018 15:17:19 -0500

Add a changes file for bug 28303

Diffstat:
Achanges/bug28303 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/bug28303 b/changes/bug28303 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Fix a pair of missing headers on OpenBSD. Fixes bug 28303; + bugfix on 0.3.5.1-alpha. Patch from Kris Katterjohn.