tor

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

commit da85062631d10c9dd48fe1f818a9b85b71181f23
parent b192bc6ff325e1d603f16bfa2edcac8a8194a936
Author: Bartosz Duszel <bartosz.duszel@protonmail.com>
Date:   Tue, 24 Mar 2020 07:38:43 +0100

remove autoconf check for EVP_sha3_256

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

diff --git a/configure.ac b/configure.ac @@ -1040,7 +1040,6 @@ dnl to them. AC_CHECK_FUNCS([ \ ERR_load_KDF_strings \ EVP_PBE_scrypt \ - EVP_sha3_256 \ SSL_CIPHER_find \ SSL_CTX_set1_groups_list \ SSL_CTX_set_security_level \