tor

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

commit de03f7a13d3b5bd60de1b1e1fc22ce2266002bf2
parent ec9ac0756d5af93c6b5f7095f4b138240b4cf0f5
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 23 Sep 2020 10:13:43 -0400

Changes file for autoconf improvements in 40138

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

diff --git a/changes/ticket40138 b/changes/ticket40138 @@ -0,0 +1,6 @@ + o Minor features (build): + - When running the configure script, try to detect version mismatches + between the openssl headers and libraries, and suggest that the + user should try "--with-openssl-dir". Closes 40138. + - If the configure script has given any warnings, remind the user about + them at the end of the script. Related to 40138.