all.sh: remove define MD_C in common_tfm_config
We have set MBEDTLS_MD_C in tfm_mbedcrypto_config_profile_medium.h so there is no need to enable it again. Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
parent
09f9300c01
commit
4eaf5adda9
1 changed files with 0 additions and 2 deletions
|
@ -2910,8 +2910,6 @@ common_tfm_config () {
|
|||
# - ASN1_[PARSE/WRITE]_C found by check_config.h for pkparse/pkwrite
|
||||
echo "#define MBEDTLS_ASN1_PARSE_C" >> "$CONFIG_H"
|
||||
echo "#define MBEDTLS_ASN1_WRITE_C" >> "$CONFIG_H"
|
||||
# - MD_C for HKDF_C
|
||||
echo "#define MBEDTLS_MD_C" >> "$CONFIG_H"
|
||||
|
||||
# Config adjustments for better test coverage in our environment.
|
||||
# These are not needed just to build and pass tests.
|
||||
|
|
Loading…
Reference in a new issue