recursion.pl: Don't depend on X.509
This commit is contained in:
parent
4c1fdb5129
commit
e23737c618
@ -16,8 +16,7 @@ use open qw(:std utf8);
|
||||
|
||||
# exclude functions that are ok:
|
||||
# - mpi_write_hlp: bounded by size of mbedtls_mpi, a compile-time constant
|
||||
# - x509_crt_verify_child: bounded by MBEDTLS_X509_MAX_INTERMEDIATE_CA
|
||||
my $known_ok = qr/mpi_write_hlp|x509_crt_verify_child/;
|
||||
my $known_ok = qr/mpi_write_hlp/;
|
||||
|
||||
my $cur_name;
|
||||
my $inside;
|
||||
|
Loading…
Reference in New Issue
Block a user