config.py: do not enable MBEDTLS_PLATFORM_GET_ENTROPY_ALT in full config

Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
Valerio Setti
2025-04-29 11:01:46 +02:00
parent 748e24d78e
commit c568688456
+1
View File
@@ -123,6 +123,7 @@ def is_seamless_alt(name):
an implementation of the relevant functions and an xxx_alt.h header.
"""
if name in (
'MBEDTLS_PLATFORM_GET_ENTROPY_ALT',
'MBEDTLS_PLATFORM_GMTIME_R_ALT',
'MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT',
'MBEDTLS_PLATFORM_MS_TIME_ALT',