recursion.pl: Don't depend on X.509

This commit is contained in:
Jaeden Amero 2019-02-27 17:11:22 +00:00
parent 4c1fdb5129
commit e23737c618

View File

@ -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;