Skip to content

Commit 6ea1e7d

Browse files
Merge pull request #6683 from dgarske/tpm_ecc
Enable math API's for wolfTPM
2 parents 12685d7 + 75f81db commit 6ea1e7d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5672,6 +5672,9 @@ then
56725672
ENABLED_AESCFB="yes"
56735673
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_CFB"
56745674
fi
5675+
5676+
# Requires public mp_
5677+
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_MP"
56755678
fi
56765679

56775680
if test "x$ENABLED_SMIME" = "xyes"

0 commit comments

Comments
 (0)