X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/45c0fd363937c6e9b05da04a9167e9912c05ca0c..7280f7f44cfae62f6d34761ac88aa19da7da5dd8:/ghash.h diff --git a/ghash.h b/ghash.h index 83b2287d..d20aff45 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 { \