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:
Gilles Peskine 2020-11-09 15:15:17 +01:00
parent 8305b5e936
commit 1eb2a9582d

View File

@ -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' => {