New TPM ECC encrypt needs access to the mp_ math functions.

pull/6683/head
David Garske 2023-08-07 15:06:58 -07:00
parent 33e31ed41c
commit 75f81db084
1 changed files with 3 additions and 0 deletions

View File

@ -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"