mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-03-15 09:54:07 +01:00
pkparse: remove unnecessary header
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
fe7d96cff7
commit
97b28f81d8
|
|
@ -34,9 +34,6 @@
|
|||
#include "mbedtls/rsa.h"
|
||||
#endif
|
||||
#include "mbedtls/ecp.h"
|
||||
#if defined(MBEDTLS_RSA_C) || defined(MBEDTLS_PK_HAVE_ECC_KEYS)
|
||||
#include "pkwrite.h"
|
||||
#endif
|
||||
#if defined(MBEDTLS_PK_HAVE_ECC_KEYS)
|
||||
#include "pk_internal.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue