mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fixes armcc builds in all.sh
MBEDTLS_NV_SEED needs to be disabled in builds without filesystem IO.
This commit is contained in:
parent
cff625f841
commit
1c71965d46
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ scripts/config.pl full
|
||||||
scripts/config.pl unset MBEDTLS_NET_C
|
scripts/config.pl unset MBEDTLS_NET_C
|
||||||
scripts/config.pl unset MBEDTLS_TIMING_C
|
scripts/config.pl unset MBEDTLS_TIMING_C
|
||||||
scripts/config.pl unset MBEDTLS_FS_IO
|
scripts/config.pl unset MBEDTLS_FS_IO
|
||||||
|
scripts/config.pl unset MBEDTLS_ENTROPY_NV_SEED
|
||||||
scripts/config.pl unset MBEDTLS_HAVE_TIME
|
scripts/config.pl unset MBEDTLS_HAVE_TIME
|
||||||
scripts/config.pl unset MBEDTLS_HAVE_TIME_DATE
|
scripts/config.pl unset MBEDTLS_HAVE_TIME_DATE
|
||||||
scripts/config.pl set MBEDTLS_NO_PLATFORM_ENTROPY
|
scripts/config.pl set MBEDTLS_NO_PLATFORM_ENTROPY
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue