commit | 8645f733cfb0f8dff9d4bab03b6b29fab40415b8 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Tue Jan 08 20:02:48 2019 +0000 |
committer | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Thu Feb 07 10:38:22 2019 +0000 |
tree | 039c69c06eff308bcdcc1a4b33e1adfc716b9614 | |
parent | ef672f0319aa988eea511eb4f2e47e77c3405111 [diff] [blame] |
Update query_config.c with new macros
diff --git a/scripts/generate_query_config.pl b/scripts/generate_query_config.pl index 651f0d4..f15e03a 100755 --- a/scripts/generate_query_config.pl +++ b/scripts/generate_query_config.pl
@@ -29,6 +29,7 @@ # throw errors. my @excluded = qw( MBEDTLS_SSL_CIPHERSUITES +MBEDTLS_PARAM_FAILED ); my $excluded_re = join '|', @excluded;