From: Nick Mathewson Date: Sun, 27 Apr 2025 14:04:07 +0000 (-0400) Subject: Remove HAVE_STRUCT_SSL_METHOD_ST_GET_CIPHER_BY_CHAR as unused X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c1a300c2f4a6b9a011738d37d63e80cab531a45;p=thirdparty%2Ftor.git Remove HAVE_STRUCT_SSL_METHOD_ST_GET_CIPHER_BY_CHAR as unused It was for a compatibility kludge which, mercifully, we no longer need. --- diff --git a/configure.ac b/configure.ac index 901561c6ef..d0585ca154 100644 --- 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 -]) - 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