Merge pull request #6683 from dgarske/tpm_ecc

Enable math API's for wolfTPM
This commit is contained in:
JacobBarthelmeh
2023-08-09 17:11:33 -06:00
committed by GitHub

View File

@ -5672,6 +5672,9 @@ then
ENABLED_AESCFB="yes" ENABLED_AESCFB="yes"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_CFB" AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_CFB"
fi fi
# Requires public mp_
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_MP"
fi fi
if test "x$ENABLED_SMIME" = "xyes" if test "x$ENABLED_SMIME" = "xyes"