summaryrefslogtreecommitdiff
path: root/cipher/poly1305.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/poly1305.c')
-rw-r--r--cipher/poly1305.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/poly1305.c b/cipher/poly1305.c
index 69805085..adcb6792 100644
--- a/cipher/poly1305.c
+++ b/cipher/poly1305.c
@@ -37,7 +37,7 @@ static const char *selftest (void);
#undef USE_MPI_64BIT
#undef USE_MPI_32BIT
-#if BYTES_PER_MPI_LIMB == 8 && defined(HAVE_U64_TYPEDEF)
+#if BYTES_PER_MPI_LIMB == 8 && defined(HAVE_TYPE_U64)
# define USE_MPI_64BIT 1
#elif BYTES_PER_MPI_LIMB == 4
# define USE_MPI_32BIT 1