diff options
author | Bartosz Duszel <bartosz.duszel@protonmail.com> | 2020-03-24 07:38:43 +0100 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-07 08:00:30 -0400 |
commit | da85062631d10c9dd48fe1f818a9b85b71181f23 (patch) | |
tree | 78ac8b6ca9e29671ad08ff40e23bccda6a7909af /configure.ac | |
parent | b192bc6ff325e1d603f16bfa2edcac8a8194a936 (diff) | |
download | tor-da85062631d10c9dd48fe1f818a9b85b71181f23.tar.gz tor-da85062631d10c9dd48fe1f818a9b85b71181f23.zip |
remove autoconf check for EVP_sha3_256
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ef07b92ffc..854eaa9fc7 100644 --- 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 \ |