Update query_config.c with new macros

This commit is contained in:
Andres Amaya Garcia 2019-01-08 20:02:48 +00:00
parent 4eb040af4a
commit fe52d2af51
2 changed files with 25 additions and 0 deletions

View file

@ -29,6 +29,7 @@ my $query_config_file = "./programs/ssl/query_config.c";
# throw errors.
my @excluded = qw(
MBEDTLS_SSL_CIPHERSUITES
MBEDTLS_PARAM_FAILED
);
my $excluded_re = join '|', @excluded;