Update query_config.c with new macros
This commit is contained in:
parent
4eb040af4a
commit
fe52d2af51
2 changed files with 25 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue