tor

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

commit b63404ebba747337aece30555d94150b4d1bdd30
parent 49ec29044d12ff1d609ebe491f08f84e958be748
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri,  8 Feb 2019 08:52:46 -0500

Changes file for ticket29026.

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

diff --git a/changes/ticket29026 b/changes/ticket29026 @@ -0,0 +1,4 @@ + o Minor features (compilation): + - Compile correctly when OpenSSL is built with engine support + disabled, or with deprecated APIs disabled. Closes ticket + 29026. Patches from "Mangix".