From e23737c618e93c99143bbe8343f3df4c4888ddc8 Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Wed, 27 Feb 2019 17:11:22 +0000 Subject: [PATCH] recursion.pl: Don't depend on X.509 --- tests/scripts/recursion.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/scripts/recursion.pl b/tests/scripts/recursion.pl index 431e59211..0c405813c 100755 --- a/tests/scripts/recursion.pl +++ b/tests/scripts/recursion.pl @@ -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;