Skip to content

Commit e23737c

Browse files
committed
recursion.pl: Don't depend on X.509
1 parent 4c1fdb5 commit e23737c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/scripts/recursion.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
# exclude functions that are ok:
1818
# - mpi_write_hlp: bounded by size of mbedtls_mpi, a compile-time constant
19-
# - x509_crt_verify_child: bounded by MBEDTLS_X509_MAX_INTERMEDIATE_CA
20-
my $known_ok = qr/mpi_write_hlp|x509_crt_verify_child/;
19+
my $known_ok = qr/mpi_write_hlp/;
2120

2221
my $cur_name;
2322
my $inside;

0 commit comments

Comments
 (0)