summaryrefslogtreecommitdiff
path: root/src/core/or/address_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/address_set.c')
-rw-r--r--src/core/or/address_set.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/or/address_set.c b/src/core/or/address_set.c
index d618ffc3d6..909876d615 100644
--- a/src/core/or/address_set.c
+++ b/src/core/or/address_set.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2018-2020, The Tor Project, Inc. */
+/* Copyright (c) 2018-2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
@@ -15,7 +15,6 @@
#include "lib/net/address.h"
#include "lib/container/bloomfilt.h"
#include "lib/crypt_ops/crypto_rand.h"
-#include "siphash.h"
/** Wrap our hash function to have the signature that the bloom filter
* needs. */