X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/45c0fd363937c6e9b05da04a9167e9912c05ca0c..5d01b1b9514a258c5a3c201e944f676cb2c467f0:/ghash.h diff --git a/ghash.h b/ghash.h index 83b2287..d20aff4 100644 --- a/ghash.h +++ b/ghash.h @@ -115,9 +115,9 @@ typedef struct ghash_ops { #define GH_HASHSTR32_L(h, p) GH_HASHSTR_((h), (p), 32_L) #define GH_HASHSTR32_B(h, p) GH_HASHSTR_((h), (p), 32_B) #ifdef HAVE_UINT64 -# define GH_HASHSTR32(h, p) GH_HASHSTR_((h), (p), 64) -# define GH_HASHSTR32_L(h, p) GH_HASHSTR_((h), (p), 64_L) -# define GH_HASHSTR32_B(h, p) GH_HASHSTR_((h), (p), 64_B) +# define GH_HASHSTR64(h, p) GH_HASHSTR_((h), (p), 64) +# define GH_HASHSTR64_L(h, p) GH_HASHSTR_((h), (p), 64_L) +# define GH_HASHSTR64_B(h, p) GH_HASHSTR_((h), (p), 64_B) #endif #define GH_HASHSTRZ(h, p) do { \