]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove HAVE_STRUCT_SSL_METHOD_ST_GET_CIPHER_BY_CHAR as unused
authorNick Mathewson <nickm@torproject.org>
Sun, 27 Apr 2025 14:04:07 +0000 (10:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 28 Apr 2025 15:13:26 +0000 (11:13 -0400)
It was for a compatibility kludge which, mercifully, we no longer need.

configure.ac

index 901561c6efcf2e10775cc93a76d01d180906797b..d0585ca154774f289490c7f90f8d8dc8aa0671c9 100644 (file)
@@ -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