Skip to content

Commit d8d470d

Browse files
committed
Adjust hash for TF-M option-setting
Signed-off-by: Dave Rodgman <[email protected]>
1 parent 7ddc4ca commit d8d470d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bin/mtest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def configure_options(target):
604604
set_config_option("set", "MBEDTLS_NO_PLATFORM_ENTROPY", crypto_config_file, silent=False)
605605
if not git_history_contains("0c98f9f8423c74fcd2a04a0f1c17e3f9fb37448b"):
606606
set_config_option("unset", "MBEDTLS_PSA_CRYPTO_SPM", crypto_config_file, silent=False)
607-
if not git_history_contains("b873577fc341098bab9b96e38c24bc41e0bc784e"):
607+
if not git_history_contains("d4c2c9bf94d6f8da93ff0477fcf9343a518899ea"):
608608
set_config_option("set", "MBEDTLS_ASN1_PARSE_C", crypto_config_file, silent=False)
609609
set_config_option("set", "MBEDTLS_ASN1_WRITE_C", crypto_config_file, silent=False)
610610

0 commit comments

Comments
 (0)