1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-10-20 04:35:10 +08:00

Remove completely MBEDTLS_PLATFORM_GET_ENTROPY_ALT

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2025-09-15 14:03:35 +02:00
parent 0dd31fe523
commit 2b7f59535f
2 changed files with 0 additions and 3 deletions

View File

@@ -120,7 +120,6 @@ 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',