diff options
Diffstat (limited to 'src/ext/siphash.h')
-rw-r--r-- | src/ext/siphash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/siphash.h b/src/ext/siphash.h index 964fe7df99..d9b34b8980 100644 --- a/src/ext/siphash.h +++ b/src/ext/siphash.h @@ -1,5 +1,6 @@ #ifndef SIPHASH_H #define SIPHASH_H + struct sipkey { uint64_t k0; uint64_t k1; |