mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-17 15:49:56 +00:00
library: Remove unused psa_crypto_core.h include
Remove unused psa_crypto_core.h include. The PSA util file provides helper functions when using the PSA API. It should not rely on PSA internal headers, and instead only use public headers. Signed-off-by: Joakim Andersson <[email protected]>
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
#include <psa/crypto.h>
|
#include <psa/crypto.h>
|
||||||
|
|
||||||
#include "psa_crypto_core.h"
|
|
||||||
#include "psa_util_internal.h"
|
#include "psa_util_internal.h"
|
||||||
|
|
||||||
/* The following includes are needed for MBEDTLS_ERR_XXX macros */
|
/* The following includes are needed for MBEDTLS_ERR_XXX macros */
|
||||||
|
|||||||
Reference in New Issue
Block a user