Skip to content

Commit 75f81db

Browse files
committed
New TPM ECC encrypt needs access to the mp_ math functions.
1 parent 33e31ed commit 75f81db

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)