From 43f2f4eeed4bb0cb28af1db02030c613a879b9c2 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 9 Nov 2020 15:15:17 +0100 Subject: [PATCH] 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 --- tests/scripts/test-ref-configs.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/scripts/test-ref-configs.pl b/tests/scripts/test-ref-configs.pl index c6298d0ab..94fc3351e 100755 --- a/tests/scripts/test-ref-configs.pl +++ b/tests/scripts/test-ref-configs.pl @@ -61,6 +61,8 @@ my %configs = ( 'config-mini-tls1_1.h' => { 'compat' => '-m tls1_1 -f \'^DES-CBC3-SHA$\|^TLS-RSA-WITH-3DES-EDE-CBC-SHA$\'', }, + 'config-no-entropy.h' => { + }, 'config-suite-b.h' => { 'compat' => "-m tls1_2 -f 'ECDHE-ECDSA.*AES.*GCM' -p mbedTLS", },