tor

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

commit 8c1a300c2f4a6b9a011738d37d63e80cab531a45
parent 472c9d762e5d0aef0b032774215dc9accd26cf04
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sun, 27 Apr 2025 10:04:07 -0400

Remove HAVE_STRUCT_SSL_METHOD_ST_GET_CIPHER_BY_CHAR as unused

It was for a compatibility kludge which, mercifully, we no longer need.

Diffstat:
Mconfigure.ac | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -1118,10 +1118,6 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([AC_LANG_PROGRAM([[ fi], [openssl_ver_mismatch=cross]) AC_MSG_RESULT([$openssl_ver_mismatch]) -AC_CHECK_MEMBERS([struct ssl_method_st.get_cipher_by_char], , , -[#include <openssl/ssl.h> -]) - dnl OpenSSL functions which we might not have. In theory, we could just dnl check the openssl version number, but in practice that gets pretty dnl confusing with LibreSSL, OpenSSL, and various distributions' patches