mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 05:15:38 +01:00
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:
parent
b22d0cfa99
commit
4e616f893b
File diff suppressed because it is too large
Load Diff
@ -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$\'',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user