tor

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

commit 09472791d0ccf5b527a5b59eceb218aff38c2880
parent c13a81f7f96a6433709b90c343d358c93cc7b9f8
Author: Kris Katterjohn <katterjohn@gmail.com>
Date:   Mon,  7 Jan 2019 20:01:52 -0600

Add changes file for bug 28938

The fix was in commit 30b84adb5f0b6e56d0fb82c374e3cb44089f64d0.

Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>

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

diff --git a/changes/bug28938 b/changes/bug28938 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Fix missing headers required for proper detection of + OpenBSD. Fixes bug 28938; bugfix on 0.3.5.1-alpha. + Patch from Kris Katterjohn.