mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Update query_config.c with new macros
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user