1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Update query_config.c with new macros

This commit is contained in:
Andres Amaya Garcia
2019-01-08 20:02:48 +00:00
parent ef672f0319
commit 8645f733cf
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;