From c40a1b552c161655d286d41adfc773b5f8205792 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Mon, 22 May 2023 14:54:39 -0400 Subject: [PATCH] Remove references to x509_invasive.h Signed-off-by: Andrzej Kurek --- library/x509_crt.c | 1 - tests/suites/test_suite_x509parse.function | 2 -- 2 files changed, 3 deletions(-) diff --git a/library/x509_crt.c b/library/x509_crt.c index edd57828ae..380b1fd0df 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -49,7 +49,6 @@ #include "mbedtls/psa_util.h" #include "md_psa.h" #endif /* MBEDTLS_USE_PSA_CRYPTO */ -#include "x509_invasive.h" #include "pk_internal.h" #include "mbedtls/platform.h" diff --git a/tests/suites/test_suite_x509parse.function b/tests/suites/test_suite_x509parse.function index f215a8069a..61e27b00dc 100644 --- a/tests/suites/test_suite_x509parse.function +++ b/tests/suites/test_suite_x509parse.function @@ -11,8 +11,6 @@ #include "mbedtls/pk.h" #include "string.h" -#include "x509_invasive.h" - #if MBEDTLS_X509_MAX_INTERMEDIATE_CA > 19 #error "The value of MBEDTLS_X509_MAX_INTERMEDIATE_C is larger \ than the current threshold 19. To test larger values, please \