1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-06 12:00:59 +03:00

Remove useless includes of psa_util_internal

Those in SSL modules were redundant because it's already included from
ssl_misc.h.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2025-12-02 12:00:34 +01:00
parent d6551eaaa6
commit 3e6455d50e
6 changed files with 0 additions and 6 deletions

View File

@@ -26,7 +26,6 @@
#include <string.h> #include <string.h>
#include "psa_util_internal.h"
#include "psa/crypto.h" #include "psa/crypto.h"
#if defined(MBEDTLS_X509_CRT_PARSE_C) #if defined(MBEDTLS_X509_CRT_PARSE_C)

View File

@@ -30,7 +30,6 @@
#include "mbedtls/psa_util.h" #include "mbedtls/psa_util.h"
#include "md_psa.h" #include "md_psa.h"
#include "psa_util_internal.h"
#include "psa/crypto.h" #include "psa/crypto.h"
#if defined(MBEDTLS_X509_CRT_PARSE_C) #if defined(MBEDTLS_X509_CRT_PARSE_C)

View File

@@ -17,7 +17,6 @@
#include "mbedtls/error.h" #include "mbedtls/error.h"
#include "mbedtls/constant_time.h" #include "mbedtls/constant_time.h"
#include "psa_util_internal.h"
#include "psa/crypto.h" #include "psa/crypto.h"
#if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED) #if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED)
/* Define a local translating function to save code size by not using too many /* Define a local translating function to save code size by not using too many

View File

@@ -24,7 +24,6 @@
#include "ssl_debug_helpers.h" #include "ssl_debug_helpers.h"
#include "psa/crypto.h" #include "psa/crypto.h"
#include "psa_util_internal.h"
#if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_SOME_EPHEMERAL_ENABLED) #if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_SOME_EPHEMERAL_ENABLED)
/* Define a local translating function to save code size by not using too many /* Define a local translating function to save code size by not using too many

View File

@@ -32,7 +32,6 @@
#endif /* MBEDTLS_PEM_WRITE_C */ #endif /* MBEDTLS_PEM_WRITE_C */
#include "psa/crypto.h" #include "psa/crypto.h"
#include "psa_util_internal.h"
#include "mbedtls/psa_util.h" #include "mbedtls/psa_util.h"
void mbedtls_x509write_crt_init(mbedtls_x509write_cert *ctx) void mbedtls_x509write_crt_init(mbedtls_x509write_cert *ctx)

View File

@@ -22,7 +22,6 @@
#include "mbedtls/platform_util.h" #include "mbedtls/platform_util.h"
#include "psa/crypto.h" #include "psa/crypto.h"
#include "psa_util_internal.h"
#include "mbedtls/psa_util.h" #include "mbedtls/psa_util.h"
#include <string.h> #include <string.h>