aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypt_ops/crypto.c')
-rw-r--r--src/lib/crypt_ops/crypto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/crypt_ops/crypto.c b/src/lib/crypt_ops/crypto.c
index de7e271d39..9b1c38041f 100644
--- a/src/lib/crypt_ops/crypto.c
+++ b/src/lib/crypt_ops/crypto.c
@@ -73,6 +73,8 @@ ENABLE_GCC_WARNING(redundant-decls)
#include "keccak-tiny/keccak-tiny.h"
+#include "siphash.h"
+
/** Boolean: has OpenSSL's crypto been initialized? */
static int crypto_early_initialized_ = 0;