mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
fix jni build enabling ecc on non 64 bit platforms
This commit is contained in:
@ -1967,7 +1967,8 @@ then
|
|||||||
if test "x$ENABLED_ECC" = "xno"
|
if test "x$ENABLED_ECC" = "xno"
|
||||||
then
|
then
|
||||||
ENABLED_ECC="yes"
|
ENABLED_ECC="yes"
|
||||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_ECC"
|
AM_CFLAGS="$AM_CFLAGS -DHAVE_ECC -DTFM_ECC256 -DECC_SHAMIR"
|
||||||
|
AM_CONDITIONAL([BUILD_ECC], [test "x$ENABLED_ECC" = "xyes"])
|
||||||
fi
|
fi
|
||||||
if test "x$ENABLED_PKCALLBACKS" = "xno"
|
if test "x$ENABLED_PKCALLBACKS" = "xno"
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user