Remove PKCS5 from the ref config in the migration script

Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek 2022-08-31 15:19:20 -04:00
parent 26909f348f
commit 11265d78bb

View file

@ -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