From 75f81db084b0a4e3395657a7aa4c469c4261792c Mon Sep 17 00:00:00 2001 From: David Garske Date: Mon, 7 Aug 2023 15:06:58 -0700 Subject: [PATCH] New TPM ECC encrypt needs access to the mp_ math functions. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 8a767fc54..fda6f709a 100644 --- a/configure.ac +++ b/configure.ac @@ -5672,6 +5672,9 @@ then ENABLED_AESCFB="yes" AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_CFB" fi + + # Requires public mp_ + AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_MP" fi if test "x$ENABLED_SMIME" = "xyes"