Remove config-psa-crypto.h

This configuration file was useful in the early days of PSA crypto
development. It stopped becoming relevant when MBEDTLS_PSA_CRYPTO_C entered
the default configuration. Remove it: better late than never.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2021-05-04 13:07:17 +02:00
parent 0bbb38c67e
commit 2eefa80e92
2 changed files with 0 additions and 3373 deletions

File diff suppressed because it is too large Load Diff

View File

@ -36,8 +36,6 @@ my %configs = (
}, },
'config-no-entropy.h' => { 'config-no-entropy.h' => {
}, },
'config-psa-crypto.h' => {
},
'config-suite-b.h' => { 'config-suite-b.h' => {
'compat' => "-m tls1_2 -f 'ECDHE-ECDSA.*AES.*GCM' -p mbedTLS", 'compat' => "-m tls1_2 -f 'ECDHE-ECDSA.*AES.*GCM' -p mbedTLS",
}, },