tor

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

commit e75583e71bf87ce6d40a801396cf3def39a60c45
parent b8bff426f311a5b6cf345e985936b3efd693bfce
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 15 May 2020 10:25:27 -0400

Merge branch 'maint-0.4.1' into maint-0.4.2

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -397,7 +397,7 @@ AC_CACHE_CHECK([for __attribute__((fallthrough))], [tor_cv_c_attr_fallthrough=no] )]) CFLAGS="$saved_CFLAGS" -if test "$tor_cv_c_attr_fallthrough" == "yes"; then +if test "$tor_cv_c_attr_fallthrough" = "yes"; then AC_DEFINE(HAVE_ATTR_FALLTHROUGH, [1], [defined if we have the fallthrough attribute.]) fi