Remove config-default.h

This file was the default mbedtls configuration in the mbedtls-psa
fork. It is no longer relevant.
This commit is contained in:
Gilles Peskine 2020-03-09 17:28:28 +01:00
parent b22d0cfa99
commit 4e616f893b
2 changed files with 0 additions and 3381 deletions

File diff suppressed because it is too large Load diff

View file

@ -17,10 +17,6 @@ use warnings;
use strict;
my %configs = (
'config-default.h' => {
'opt' => '-f Default',
'compat' => '-m tls1_2 -V NO',
},
'config-mini-tls1_1.h' => {
'compat' => '-m tls1_1 -f \'^DES-CBC3-SHA$\|^TLS-RSA-WITH-3DES-EDE-CBC-SHA$\'',
},