commit | fe52d2af51d735226593f4dae90d528b9522fb84 | [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:32:31 2019 +0000 |
tree | f357d74af12a64d2496fc30ffda622aea2d10bf9 | |
parent | 4eb040af4ac329d00dc70c133ce2e21ce4c41999 [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;