From 11265d78bb01d56b8f40d5eef20567410d37b16f Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Wed, 31 Aug 2022 15:19:20 -0400 Subject: [PATCH] Remove PKCS5 from the ref config in the migration script Signed-off-by: Andrzej Kurek --- docs/architecture/psa-migration/outcome-analysis.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/architecture/psa-migration/outcome-analysis.sh b/docs/architecture/psa-migration/outcome-analysis.sh index a3f9f7ced..67510c144 100755 --- a/docs/architecture/psa-migration/outcome-analysis.sh +++ b/docs/architecture/psa-migration/outcome-analysis.sh @@ -34,7 +34,6 @@ reference_config () { scripts/config.py set MBEDTLS_USE_PSA_CRYPTO scripts/config.py unset MBEDTLS_PKCS1_V21 scripts/config.py unset MBEDTLS_X509_RSASSA_PSS_SUPPORT - scripts/config.py unset MBEDTLS_PKCS5_C scripts/config.py unset MBEDTLS_ECDSA_DETERMINISTIC } # Space-separated list of test suites of interest. @@ -115,4 +114,3 @@ compare_builds () { compare_builds before-default after-default compare_builds before-full after-full compare_builds reference drivers -