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-23 17:55:31 +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
-4
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$\'',
},