mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 16:35:39 +01:00
Add missing config from test-ref-configs.pl
The sample configuration file config-no-entropy.h was not being tested. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
8305b5e936
commit
1eb2a9582d
@ -61,6 +61,8 @@ my %configs = (
|
|||||||
'config-mini-tls1_1.h' => {
|
'config-mini-tls1_1.h' => {
|
||||||
'compat' => '-m tls1_1 -f \'^DES-CBC3-SHA$\|^TLS-RSA-WITH-3DES-EDE-CBC-SHA$\'',
|
'compat' => '-m tls1_1 -f \'^DES-CBC3-SHA$\|^TLS-RSA-WITH-3DES-EDE-CBC-SHA$\'',
|
||||||
},
|
},
|
||||||
|
'config-no-entropy.h' => {
|
||||||
|
},
|
||||||
'config-picocoin.h' => {
|
'config-picocoin.h' => {
|
||||||
},
|
},
|
||||||
'config-suite-b.h' => {
|
'config-suite-b.h' => {
|
||||||
|
Loading…
Reference in New Issue
Block a user