tor

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

commit eb1260e3465b455db0a20d0d0770e85aaa061228
parent 9871fcbcd9e2c729c46570d6794d3ddcf37aeeb6
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  9 Oct 2019 09:38:43 -0400

tor-coccinelle: expect parentheses after HT_INITIALIZER

Diffstat:
Mscripts/coccinelle/tor-coccinelle.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h @@ -35,6 +35,6 @@ #define HT_ENTRY(x) void * #define HT_HEAD(a,b) struct ht_head -#define HT_INITIALIZER { } +#define HT_INITIALIZER() { } #define X509 struct x509_st #define STACK_OF(x) struct foo_stack_t