mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-21 22:12:03 +01:00
Try to fix #16974; bug not in any released version
This commit is contained in:
parent
ffb56863aa
commit
b63034ce3e
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ AC_TRY_COMPILE([
|
|||
#error "too old"
|
||||
#endif
|
||||
], [],
|
||||
[ ],
|
||||
[ /bin/true ],
|
||||
[ AC_ERROR([OpenSSL is too old. We require 1.0.0 or later. You can specify a path to a newer one with --with-openssl-dir.]) ])
|
||||
|
||||
AC_CHECK_MEMBERS([struct ssl_method_st.get_cipher_by_char], , ,
|
||||
|
|
Loading…
Add table
Reference in a new issue