From 4844f7598e25a174b79150a0686e5236fea92210 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 3 Sep 2021 10:03:37 -0600 Subject: [PATCH] account for 32bit build with ed25519 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 81a4ea0ae..40cef38d6 100644 --- a/configure.ac +++ b/configure.ac @@ -6441,7 +6441,7 @@ AS_IF([test "x$ENABLED_CERTGEN" = "xyes"], AS_IF([test "x$ENABLED_CERTEXT" = "xyes"], [AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_CERT_EXT"]) -AS_IF([test "x$ENABLED_ED25519" = "xyes"], +AS_IF([test "x$ENABLED_ED25519" = "xyes" && test "x$ENABLED_32BIT" = "xno"], [AM_CFLAGS="$AM_CFLAGS -DHAVE_ED25519"]) AS_IF([test "x$ENABLED_ED25519_SMALL" = "xyes"],