We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddc4ca commit d8d470dCopy full SHA for d8d470d
tools/bin/mtest
@@ -604,7 +604,7 @@ def configure_options(target):
604
set_config_option("set", "MBEDTLS_NO_PLATFORM_ENTROPY", crypto_config_file, silent=False)
605
if not git_history_contains("0c98f9f8423c74fcd2a04a0f1c17e3f9fb37448b"):
606
set_config_option("unset", "MBEDTLS_PSA_CRYPTO_SPM", crypto_config_file, silent=False)
607
- if not git_history_contains("b873577fc341098bab9b96e38c24bc41e0bc784e"):
+ if not git_history_contains("d4c2c9bf94d6f8da93ff0477fcf9343a518899ea"):
608
set_config_option("set", "MBEDTLS_ASN1_PARSE_C", crypto_config_file, silent=False)
609
set_config_option("set", "MBEDTLS_ASN1_WRITE_C", crypto_config_file, silent=False)
610
0 commit comments