mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Fix non-determinism when generating mbedtls_config_check_user.h
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@@ -37,7 +37,7 @@ def checkers_for_removed_options() -> Iterator[Checker]:
|
|||||||
yield CryptoInternal(option)
|
yield CryptoInternal(option)
|
||||||
else:
|
else:
|
||||||
yield Removed(option, 'Mbed TLS 4.0')
|
yield Removed(option, 'Mbed TLS 4.0')
|
||||||
for option in (current.internal() - new_public - old_public -
|
for option in sorted(current.internal() - new_public - old_public -
|
||||||
crypto.options() - crypto.internal()):
|
crypto.options() - crypto.internal()):
|
||||||
yield Internal(option)
|
yield Internal(option)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user