tor

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

commit b1545b6d18fbef6c790e2731a814fa54230d8857
parent f3dabd705f26c56076934323f24b5b05ecdfd39c
Author: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
Date:   Tue, 19 Jul 2022 16:18:29 -0400

Changes file for #40630 (LibreSSL 3.5 compatibility)

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

diff --git a/changes/issue40630 b/changes/issue40630 @@ -0,0 +1,3 @@ + o Minor features (portability, compilation): + - Use OpenSSL 1.1 APIs for LibreSSL, fixing LibreSSL 3.5 compatibility. + Fixes issue 40630; patch by Alex Xu (Hello71).