mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
New TPM ECC encrypt needs access to the mp_ math functions.
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user