diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-11-05 13:23:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-11-05 13:23:05 -0400 |
commit | 8beb560bfd19106ab75e13f6bf6230fde93e5fac (patch) | |
tree | 9c3fce5f81349c41d170f7a52180ef36a2aacd9a /changes/bug40429 | |
parent | cfd1482f78b4542703b078587c5d52309ce8b999 (diff) | |
download | tor-8beb560bfd19106ab75e13f6bf6230fde93e5fac.tar.gz tor-8beb560bfd19106ab75e13f6bf6230fde93e5fac.zip |
Reverse the direction of the test for openssl 3.0.0
Previously the logic was reversed, and always gave the wrong answer.
This has no other effect than to change whether we suppress
deprecated API warnings.
Fixes #40429; bugfix on 0.3.5.13.
Diffstat (limited to 'changes/bug40429')
-rw-r--r-- | changes/bug40429 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40429 b/changes/bug40429 new file mode 100644 index 0000000000..9bf3b63818 --- /dev/null +++ b/changes/bug40429 @@ -0,0 +1,5 @@ + o Minor bugfixes (compilation): + - Fix our configuration logic to detect whether we had OpenSSL 3: + previously, our logic was reversed. This has no other effect than to + change whether we suppress deprecated API warnings. Fixes + bug 40429; bugfix on 0.3.5.13. |