From 411282d126afbb30856e010d0de599cb51736146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 1 Dec 2025 11:05:39 +0100 Subject: [PATCH] x509: rm useless private include in C file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- library/x509_crt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/x509_crt.c b/library/x509_crt.c index e6b9252859..e18dbe777e 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -35,9 +35,7 @@ #endif #include "psa/crypto.h" -#include "psa_util_internal.h" #include "mbedtls/psa_util.h" -#include "pk_internal.h" #include "mbedtls/platform.h"