mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:55:39 +01:00
Revert "recursion.pl: Don't depend on X.509"
This reverts commit e23737c618
.
This commit is contained in:
parent
7dc97048d6
commit
920b77524d
@ -16,7 +16,8 @@ use open qw(:std utf8);
|
|||||||
|
|
||||||
# exclude functions that are ok:
|
# exclude functions that are ok:
|
||||||
# - mpi_write_hlp: bounded by size of mbedtls_mpi, a compile-time constant
|
# - mpi_write_hlp: bounded by size of mbedtls_mpi, a compile-time constant
|
||||||
my $known_ok = qr/mpi_write_hlp/;
|
# - x509_crt_verify_child: bounded by MBEDTLS_X509_MAX_INTERMEDIATE_CA
|
||||||
|
my $known_ok = qr/mpi_write_hlp|x509_crt_verify_child/;
|
||||||
|
|
||||||
my $cur_name;
|
my $cur_name;
|
||||||
my $inside;
|
my $inside;
|
||||||
|
Loading…
Reference in New Issue
Block a user