tor

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

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

remove autoconf check for malloc

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

diff --git a/configure.ac b/configure.ac @@ -1566,8 +1566,6 @@ AC_CHECK_HEADERS([errno.h \ mach/vm_inherit.h \ machine/limits.h \ malloc.h \ - malloc/malloc.h \ - malloc_np.h \ netdb.h \ netinet/in.h \ netinet/in6.h \