mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 13:56:42 +01:00
Fixes all.sh for full config
MBEDTLS_PLATFORM_TIME_ALT was accidentally left in the full config test leading to linker problems.
This commit is contained in:
parent
b5b6af2663
commit
b92834324f
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ scripts/config.pl unset MBEDTLS_PLATFORM_MEMORY
|
||||||
scripts/config.pl unset MBEDTLS_PLATFORM_PRINTF_ALT
|
scripts/config.pl unset MBEDTLS_PLATFORM_PRINTF_ALT
|
||||||
scripts/config.pl unset MBEDTLS_PLATFORM_FPRINTF_ALT
|
scripts/config.pl unset MBEDTLS_PLATFORM_FPRINTF_ALT
|
||||||
scripts/config.pl unset MBEDTLS_PLATFORM_SNPRINTF_ALT
|
scripts/config.pl unset MBEDTLS_PLATFORM_SNPRINTF_ALT
|
||||||
|
scripts/config.pl unset MBEDTLS_PLATFORM_TIME_ALT
|
||||||
scripts/config.pl unset MBEDTLS_PLATFORM_EXIT_ALT
|
scripts/config.pl unset MBEDTLS_PLATFORM_EXIT_ALT
|
||||||
scripts/config.pl unset MBEDTLS_ENTROPY_NV_SEED
|
scripts/config.pl unset MBEDTLS_ENTROPY_NV_SEED
|
||||||
scripts/config.pl unset MBEDTLS_MEMORY_BUFFER_ALLOC_C
|
scripts/config.pl unset MBEDTLS_MEMORY_BUFFER_ALLOC_C
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue