aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/digestset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypt_ops/digestset.c')
-rw-r--r--src/lib/crypt_ops/digestset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/digestset.c b/src/lib/crypt_ops/digestset.c
index 0dba64d595..c931b58369 100644
--- a/src/lib/crypt_ops/digestset.c
+++ b/src/lib/crypt_ops/digestset.c
@@ -11,7 +11,7 @@
#include "lib/crypt_ops/crypto_rand.h"
#include "lib/defs/digest_sizes.h"
#include "lib/crypt_ops/digestset.h"
-#include "siphash.h"
+#include "ext/siphash.h"
/* Wrap our hash function to have the signature that the bloom filter
* needs. */