diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-05 15:34:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-18 12:22:52 -0400 |
commit | 8e562874a42a1a3eb982ba2df3ff1f3860db0d31 (patch) | |
tree | bedba58852f0279393914309c7eb851f833c531a /src/common/aes.c | |
parent | 3bf9974b6c4ee9f2a8204c058e1b7c206b99d620 (diff) | |
download | tor-8e562874a42a1a3eb982ba2df3ff1f3860db0d31.tar.gz tor-8e562874a42a1a3eb982ba2df3ff1f3860db0d31.zip |
Edit our openssl detection in autoconf to tolerate no-deprecated.
When openssl is built with no-deprecated, the TLSv1_1_method()
function isn't visible in the headers. That's sad, because that
method is what we were looking at.
Instead, we now look at SSL_CIPHER_get_id(), which is present in
OpenSSL 1.0.1 and later, which is _not_ deprecated, and which is
also present in LibreSSL.
Fixes ticket 25353. Not a bugfix exactly -- we never really worked
with this configuration.
Diffstat (limited to 'src/common/aes.c')
0 files changed, 0 insertions, 0 deletions